/hardware/google/pixel-sepolicy/vibrator/cs40l25/ |
D | hal_vibrator_default.te | 1 allow hal_vibrator_default sysfs_leds:dir search; 3 allow hal_vibrator_default mnt_vendor_file:dir search; 4 allow hal_vibrator_default persist_file:dir search; 7 allow hal_vibrator_default vibrator_snd_device:dir search; 8 allow hal_vibrator_default audio_device:dir search; 9 allow hal_vibrator_default proc_asound:dir search;
|
/hardware/google/pixel-sepolicy/pixelstats/ |
D | pixelstats_vendor.te | 6 allow pixelstats_vendor sysfs_scsi_devices_0000:dir search; 8 allow pixelstats_vendor sysfs_fs_f2fs:dir search; 15 allow pixelstats_vendor sysfs_zram:dir search; 22 allow pixelstats_vendor sysfs_ion:dir search; 24 allow pixelstats_vendor sysfs_dma_heap:dir search; 26 allow pixelstats_vendor kernel:dir search;
|
/hardware/google/pixel-sepolicy/vibrator/drv2624/ |
D | hal_vibrator_default.te | 1 allow hal_vibrator_default sysfs_leds:dir search; 3 allow hal_vibrator_default mnt_vendor_file:dir search; 4 allow hal_vibrator_default persist_file:dir search;
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | config.cpp | 107 auto search = line.find('='); in parseFromString() local 108 CHECK(search != string::npos); in parseFromString() 110 string key(Trim(line.substr(0, search))); in parseFromString() 111 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() 128 auto search = values_.find(key); in getValue() local 129 CHECK(search != values_.end()); in getValue() 130 return search->second; in getValue()
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | config.cc | 102 auto search = line.find('='); in parseFromString() local 103 CHECK(search != string::npos); in parseFromString() 105 string key(Trim(line.substr(0, search))); in parseFromString() 106 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() 123 auto search = values_.find(key); in getValue() local 124 CHECK(search != values_.end()); in getValue() 125 return search->second; in getValue()
|
/hardware/google/pixel-sepolicy/vibrator/cs40l26/ |
D | hal_vibrator_default.te | 1 allow hal_vibrator_default input_device:dir search; 4 allow hal_vibrator_default mnt_vendor_file:dir search; 5 allow hal_vibrator_default persist_file:dir search;
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
D | config.cpp | 126 auto search = line.find('='); in parseFromString() local 127 CHECK(search != string::npos); in parseFromString() 129 string key(Trim(line.substr(0, search))); in parseFromString() 130 string value_string(Trim(line.substr(search + 1, string::npos))); in parseFromString() 148 auto search = values_.find(key); in getValue() local 149 return search->second; in getValue()
|
/hardware/nxp/nfc/snxxx/halimpl/hal/ |
D | phNxpNciHal_IoctlOperations.cc | 416 auto search = line.find('='); in phNxpNciHal_extractConfig() local 417 if (search == string::npos) continue; in phNxpNciHal_extractConfig() 419 string key(Trim(line.substr(0, search))); in phNxpNciHal_extractConfig() 427 string value_string(Trim(line.substr(search + 1, string::npos))); in phNxpNciHal_extractConfig() 462 auto search = line.find('='); in phNxpNciHal_IsAutonmousModeSet() local 463 if (search == string::npos) continue; in phNxpNciHal_IsAutonmousModeSet() 465 string key(Trim(line.substr(0, search))); in phNxpNciHal_IsAutonmousModeSet() 467 string value(Trim(line.substr(search + 1, string::npos))); in phNxpNciHal_IsAutonmousModeSet() 501 auto search = line.find('='); in phNxpNciHal_UpdatePwrStateConfigs() local 502 if (search == string::npos) continue; in phNxpNciHal_UpdatePwrStateConfigs() [all …]
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_log.cpp | 275 auto search = tag_level_map.find(std::string(tag)); in get_tag_log_level() local 276 if (tag_level_map.end() != search) { in get_tag_log_level() 277 log_level = search->second; in get_tag_log_level()
|
/hardware/qcom/sm7250/gps/utils/ |
D | loc_log.cpp | 275 auto search = tag_level_map.find(std::string(tag)); in get_tag_log_level() local 276 if (tag_level_map.end() != search) { in get_tag_log_level() 277 log_level = search->second; in get_tag_log_level()
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFrontend.hal | 39 * search and lock the signal. 41 * search and lock the signal in a better way. 63 * search and lock the signal in a better way.
|
/hardware/google/camera/common/hal/hidl_service/ |
D | version_script.py | 54 match = re.search(r'([0-9]+)', soong_build_number)
|
/hardware/google/pixel-sepolicy/ramdump/ |
D | ramdump.te | 16 allow ramdump block_device:dir search;
|
/hardware/interfaces/radio/1.2/ |
D | types.hal | 178 * Maximum duration of the periodic search (in seconds). 180 * If the search lasts maxSearchTime, it must be terminated. 204 * If any PLMN of this list is found, search must end at that point and results with all 206 * If the list is not sent, search to be completed until end and all PLMNs found to be
|
/hardware/interfaces/health/1.0/ |
D | types.hal | 84 * to use for the associated battery parameters. Clients must search
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 33 the runtime loader will search for the library on its own (e.g. on Linux
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 14 * blind search.)
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontend.hal | 54 * search and lock the signal.
|
/hardware/interfaces/radio/1.5/ |
D | types.hal | 317 * Maximum duration of the periodic search (in seconds). 318 * If the search lasts maxSearchTime, it must be terminated. 342 * If any PLMN of this list is found, search must end at that point and results with all 344 * If the list is not sent, search to be completed until end and all PLMNs found to be
|