/hardware/interfaces/radio/1.0/ |
D | ISapCallback.hal | 23 * @param token Id to match req-resp. Value must match the one in req. 33 * @param token Id to match req-resp. Value must match the one in req. 40 * @param token Id to match req-resp. Value must match the one in req. 48 * @param token Id to match req-resp. Value must match the one in req. 66 * @param token Id to match req-resp. Value must match the one in req. 82 * @param token Id to match req-resp. Value must match the one in req. 97 * @param token Id to match req-resp. Value must match the one in req. 111 * @param token Id to match req-resp. Value must match the one in req. 119 * @param token Id to match req-resp. Value must match the one in req. 135 * @param token Id to match req-resp. Value must match the one in req. [all …]
|
D | ISap.hal | 32 * @param token Id to match req-resp. Resp must include same token. 40 * @param token Id to match req-resp. Resp must include same token. 47 * @param token Id to match req-resp. Resp must include same token. 56 * @param token Id to match req-resp. Resp must include same token. 63 * @param token Id to match req-resp. Resp must include same token. 71 * @param token Id to match req-resp. Resp must include same token. 78 * @param token Id to match req-resp. Resp must include same token. 85 * @param token Id to match req-resp. Resp must include same token.
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraQueue.cpp | 299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ in dequeue() argument 305 if ( NULL == match || NULL == match_data ) { in dequeue() 318 if ( match(node->data, m_userData, match_data) ) { in dequeue() 385 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() argument 390 if ( NULL == match ) { in flushNodes() 402 if ( match(node->data, m_userData) ) { in flushNodes() 430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() argument 435 if ( NULL == match ) { in flushNodes() 447 if ( match(node->data, m_userData, match_data) ) { in flushNodes()
|
D | QCameraQueue.h | 56 void flushNodes(match_fn match); 57 void flushNodes(match_fn_data match, void *spec_data); 59 void* dequeue(match_fn_data match, void *spec_data);
|
/hardware/google/av/hooks/ |
D | pre-commit | 29 if (match($1, "[-+]")) { print } 34 if (match($0, "\\<(ALOG[WE](_IF)?)\\>")) {
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetwork.hal | 468 * Set EAP subject match for this network. 470 * @param match value to set. 478 setEapSubjectMatch(string match) generates (SupplicantStatus status); 481 * Set EAP Alt subject match for this network. 483 * @param match value to set. 491 setEapAltSubjectMatch(string match) 520 * Set EAP Domain suffix match for this network. 522 * @param match value to set. 530 setEapDomainSuffixMatch(string match) 858 * Get EAP subject match set for this network. [all …]
|
/hardware/interfaces/prebuilt_hashes/ |
D | dump_hals_for_release.py | 76 mo = re.match(Constants.HAL_PATH_PATTERN, filepath) 101 mo = re.match(Constants.CURRENT_TXT_PATTERN, filename)
|
/hardware/interfaces/power/stats/1.0/vts/functional/ |
D | VtsHalPowerStatsV1_0TargetTest.cpp | 379 bool match = false; in TEST_F() local 384 match = true; in TEST_F() 388 ASSERT_TRUE(match); in TEST_F() 489 bool match = false; in TEST_F() local 493 match = true; in TEST_F() 497 ASSERT_TRUE(match); in TEST_F()
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | types.hal | 26 // Sounds from Android (counting from 1 coincidentally lets us match AudioAttributes usages)
|
/hardware/interfaces/camera/provider/2.4/default/ |
D | LegacyCameraProviderImpl_2_4.cpp | 501 bool match = matchDeviceName(cameraDeviceName, &deviceVersion, &cameraId); in getCameraDeviceInterface_V1_x() local 502 if (!match) { in getCameraDeviceInterface_V1_x() 555 bool match = matchDeviceName(cameraDeviceName, &deviceVersion, &cameraId); in getCameraDeviceInterface_V3_x() local 556 if (!match) { in getCameraDeviceInterface_V3_x()
|
D | ExternalCameraProviderImpl_2_4.cpp | 148 bool match = matchDeviceName(cameraDeviceName, &deviceVersion, &cameraId); in getCameraDeviceInterface_V3_x() local 149 if (!match) { in getCameraDeviceInterface_V3_x()
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 96 * e.g., cpu0, battery. Clients use it to match Temperature struct. 133 * e.g., cpu0, battery. Clients use it to match with TemperatureThreshold
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiNanIfaceEventCallback.hal | 258 * Asynchronous callback indicating that a match has occurred: i.e. a service has been 266 * Asynchronous callback indicating that a previously discovered match (service) has expired. 268 * @param discoverySessionId: The discovery session ID of the expired match. 269 * @param peerId: The peer ID of the expired match.
|
D | types.hal | 1024 * bytes in the |value| field) which specify further match criteria (beyond the service name). 1025 * The match behavior is specified in details in the NAN spec. 1034 * bytes in the |value| field) which specify further match criteria (beyond the service name). 1035 * The match behavior is specified in details in the NAN spec. 1072 * Ranging is only performed if all other match criteria with the peer are met. Ranging must 1096 * are used to determine whether a match has occurred. 1338 * Maximum length (in bytes) of individual match filters. 1342 * Maximum length (in bytes) of aggregate match filters across all active sessions. 1413 * The match filter from the discovery packet (publish or subscribe) which caused service 1421 * Indicates the type of discovery: true if match occurred on a Beacon frame, false if the match [all …]
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 74 * doesn't match any applet on the secure element and 98 * doesn't match any applet on the secure element and
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 303 bool match; in verify() local 306 match); in verify() 307 _hidl_cb(toStatus(status), match); in verify()
|
/hardware/interfaces/camera/device/3.3/ |
D | types.hal | 44 * overrideFormat must match the requested format.
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 48 * getNumberSlots() - 1. The value returned here must match the suffix passed 100 * Returns the empty string "" if slot does not match an existing slot.
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 540 const hidl_string& match) { in TEST_F() argument 542 EXPECT_EQ(kTestEapMatch, std::string(match.c_str())); in TEST_F() 570 const hidl_string& match) { in TEST_F() argument 572 EXPECT_EQ(kTestEapMatch, std::string(match.c_str())); in TEST_F()
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiStaIface.hal | 32 * both code and data. Its length must match the most recently returned
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 33 * @param name Name of the component to create. This should match one of the 62 * @param name Name of the component interface to create. This should match
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 39 * @param name Name of the component to create. This must match one of the 66 * @param name Name of the component interface to create. This should match
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 120 * @param clientId An opaque byte string identifying the client. This value must match the 125 * @param appData An opaque byte string provided by the application. This value must match the 146 * @param clientId An opaque byte string identifying the client. This value must match the 151 * @param appData An opaque byte string provided by the application. This value must match the
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 61 uint32_t stride; // Units of pixels to match gralloc
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 157 * It MUST match the radio technology for primary ID but does not have to match
|