Searched refs:checkArgumentsSize (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/automotive/audiocontrol/2.0/default/ |
H A D | AudioControl.cpp | 141 if (!checkCallerHasWritePermissions(fd) || !checkArgumentsSize(fd, options, 3)) return; in cmdRequestFocus() 170 if (!checkCallerHasWritePermissions(fd) || !checkArgumentsSize(fd, options, 2)) return; in cmdAbandonFocus() 202 bool AudioControl::checkArgumentsSize(int fd, const hidl_vec<hidl_string>& options, in checkArgumentsSize() function in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioControl
|
H A D | AudioControl.h | 46 static bool checkArgumentsSize(int fd, const hidl_vec<hidl_string>& options, size_t minSize);
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleHalManager.cpp | 258 bool VehicleHalManager::checkArgumentsSize(int fd, const hidl_vec<hidl_string>& options, in checkArgumentsSize() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager 350 if (!checkArgumentsSize(fd, options, 2)) return; in cmdDumpSpecificProperties() 389 if (!checkArgumentsSize(fd, options, 4)) { in cmdSetOneProperty()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
H A D | VehicleHalManager.h | 113 static bool checkArgumentsSize(int fd, const hidl_vec<hidl_string>& options, size_t minSize);
|