/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/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 203 uint32_t match_to_uint32(const char* expression, const regmatch_t& match) { in match_to_uint32() argument 204 if (match.rm_so == -1) return 0; in match_to_uint32() 206 size_t len = match.rm_eo - match.rm_so; in match_to_uint32() 207 std::string s(expression + match.rm_so, len); in match_to_uint32()
|
/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/power/stats/1.0/vts/functional/ |
D | VtsHalPowerStatsV1_0TargetTest.cpp | 369 bool match = false; in TEST_P() local 374 match = true; in TEST_P() 378 ASSERT_TRUE(match); in TEST_P() 479 bool match = false; in TEST_P() local 483 match = true; in TEST_P() 487 ASSERT_TRUE(match); in TEST_P()
|
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | iso7816_t1.c | 135 int match; in chk_is_good() local 139 match = (buf[n] == lrc8(buf, n)); in chk_is_good() 144 match = (crc == (buf[n + 1] | (buf[n] << 8))); in chk_is_good() 149 match = 0; in chk_is_good() 151 return match; in chk_is_good()
|
/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/qcom/wlan/qcwcn/wifi_hal/ |
D | wifihal_internal.h | 66 char match[0]; member
|
D | wifi_hal.cpp | 1191 char *match = NULL; in register_monitor_sock() local 1234 match = (char *)nla_data(nlattrs[NL80211_ATTR_FRAME_MATCH]); in register_monitor_sock() 1246 if (memcmp(reg->match, match, mlen) == 0) { in register_monitor_sock() 1328 if(match_len && match) in register_monitor_sock() 1331 memcpy(nreg->match, match, match_len); in register_monitor_sock() 1596 if (memcmp(reg->match, buff, reg->match_len)) in internal_valid_message_handler()
|
/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.
|
/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/1.2/ |
D | IWifiStaIface.hal | 32 * both code and data. Its length must match the most recently returned
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_sta_network_hidl_test.cpp | 560 const hidl_string& match) { in TEST_P() argument 562 EXPECT_EQ(kTestEapMatch, std::string(match.c_str())); in TEST_P() 590 const hidl_string& match) { in TEST_P() argument 592 EXPECT_EQ(kTestEapMatch, std::string(match.c_str())); in TEST_P()
|
/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
|