Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 83) sorted by relevance

1234

/hardware/interfaces/radio/1.0/
DISapCallback.hal23 * @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 …]
DISap.hal32 * @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/
DQCameraQueue.cpp299 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()
DQCameraQueue.h56 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/
Dpre-commit29 if (match($1, "[-+]")) { print }
34 if (match($0, "\\<(ALOG[WE](_IF)?)\\>")) {
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp203 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/
DISupplicantStaNetwork.hal468 * 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/
DVtsHalPowerStatsV1_0TargetTest.cpp369 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/
Diso7816_t1.c135 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/
Dtypes.hal26 // Sounds from Android (counting from 1 coincidentally lets us match AudioAttributes usages)
/hardware/interfaces/camera/provider/2.4/default/
DLegacyCameraProviderImpl_2_4.cpp501 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()
DExternalCameraProviderImpl_2_4.cpp148 bool match = matchDeviceName(cameraDeviceName, &deviceVersion, &cameraId); in getCameraDeviceInterface_V3_x() local
149 if (!match) { in getCameraDeviceInterface_V3_x()
/hardware/interfaces/thermal/2.0/
Dtypes.hal96 * 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/
Dwifihal_internal.h66 char match[0]; member
Dwifi_hal.cpp1191 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/
DIWifiNanIfaceEventCallback.hal258 * 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/
DISecureElement.hal74 * 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/
DDrmPlugin.cpp303 bool match; in verify() local
306 match); in verify()
307 _hidl_cb(toStatus(status), match); in verify()
/hardware/interfaces/camera/device/3.3/
Dtypes.hal44 * overrideFormat must match the requested format.
/hardware/interfaces/boot/1.0/
DIBootControl.hal48 * 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/
DIWifiStaIface.hal32 * both code and data. Its length must match the most recently returned
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_sta_network_hidl_test.cpp560 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/
DIComponentStore.hal33 * @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/
DIComponentStore.hal39 * @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/
DIKeymasterDevice.hal120 * @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

1234