/hardware/libhardware/modules/input/evdev/ |
D | InputHost.h | 43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {} in InputHostBase() 55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : in InputReport() 75 InputReportDefinition(input_host_t* host, input_host_callbacks_t cb, in InputReportDefinition() 96 InputDeviceDefinition(input_host_t* host, input_host_callbacks_t cb, in InputDeviceDefinition() 115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) : in InputProperty() 133 InputPropertyMap(input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) : in InputPropertyMap() 169 InputHost(input_host_t* host, input_host_callbacks_t cb) : InputHostBase(host, cb) {} in InputHost()
|
D | EvdevModule.cpp | 99 input_host_t* host, input_host_callbacks_t cb) { in input_init()
|
/hardware/interfaces/wifi/1.0/default/ |
D | hidl_callback_util.h | 69 bool addCallback(const sp<CallbackType>& cb) { in addCallback() 89 CallbackType* cb = reinterpret_cast<CallbackType*>(cookie); in onObjectDeath() local 100 for (const sp<CallbackType>& cb : cb_set_) { in invalidate() local
|
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 203 sp<FingerprintCallbackBase> cb = new FingerprintCallbackBase(); in TEST_F() local 228 sp<ErrorCallback> cb = new ErrorCallback(); in TEST_F() local 247 sp<ErrorCallback> cb = new ErrorCallback(); in TEST_F() local 262 sp<FingerprintCallbackBase> cb = new FingerprintCallbackBase(); in TEST_F() local 279 sp<EnumerateCallback> cb = new EnumerateCallback(); in TEST_F() local 295 sp<RemoveCallback> cb = new RemoveCallback(kGroupId); in TEST_F() local 311 sp<RemoveCallback> cb = new RemoveCallback(kGroupId); in TEST_F() local 357 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_F() local 376 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_F() local 397 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_F() local [all …]
|
/hardware/interfaces/gatekeeper/1.0/default/ |
D | Gatekeeper.cpp | 59 enroll_cb cb) in enroll() 89 verify_cb cb) in verify() 118 Return<void> Gatekeeper::deleteUser(uint32_t uid, deleteUser_cb cb) { in deleteUser() 138 Return<void> Gatekeeper::deleteAllUsers(deleteAllUsers_cb cb) { in deleteAllUsers()
|
/hardware/interfaces/memtrack/1.0/vts/functional/ |
D | VtsHalMemtrackV1_0TargetTest.cpp | 85 auto cb = generate_cb(&s, &v); in TEST_F() local 100 auto cb = generate_cb(&s, &v); in TEST_F() local 118 auto cb = generate_cb(&s, &v); in TEST_F() local
|
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 165 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb) in cld80211_recv_msg() 181 struct nl_cb *cb) in cld80211_handle_event() 358 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT); in cld80211_send_recv_msg() local 398 struct nl_cb *cb; in cld80211_recv() local
|
/hardware/interfaces/tv/input/1.0/default/ |
D | TvInput.cpp | 81 Return<void> TvInput::getStreamConfigurations(int32_t deviceId, getStreamConfigurations_cb cb) { in getStreamConfigurations() 106 Return<void> TvInput::openStream(int32_t deviceId, int32_t streamId, openStream_cb cb) { in openStream()
|
/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 121 Result registerCallback(sp<IContexthubCallback> cb) { in registerCallback() 235 sp<QueryAppsCallback> cb = new QueryAppsCallback(); in TEST_P() local 276 sp<TxnResultCallback> cb = new TxnResultCallback(); member in __anon3e429db10111::ContexthubTxnTest
|
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.cpp | 193 const sp<IContexthubCallback> &cb) { in registerCallback() 256 int Contexthub::handleOsMessage(sp<IContexthubCallback> cb, in handleOsMessage() 362 sp<IContexthubCallback> cb = obj->getCallBackForHubId(hubId); in contextHubCb() local
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_nl80211.h | 39 struct nl_cb *cb; member
|
/hardware/libhardware/tests/input/evdev/ |
D | InputHub_test.cpp | 53 void setInputCallback(const InputCbFunc& cb) { mInputCb = cb; } in setInputCallback() 54 void setDeviceAddedCallback(const DeviceCbFunc& cb) { mDeviceAddedCb = cb; } in setDeviceAddedCallback() 55 void setDeviceRemovedCallback(const DeviceCbFunc& cb) { mDeviceRemovedCb = cb; } in setDeviceRemovedCallback()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
D | mlerrorcode.h | 61 #define CALL_CHECK_N_CALLBACK(f, cb) { \ argument
|
/hardware/interfaces/tests/baz/1.0/default/ |
D | Baz.cpp | 33 const sp<IBazCallback> &cb) { in heyItsMe() 272 Return<void> Baz::callMe(const sp<IBazCallback>& cb) { in callMe() 283 Return<void> Baz::callMeLater(const sp<IBazCallback>& cb) { in callMeLater()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 241 sp<MockedVehicleCallback> cb = new MockedVehicleCallback(); in TEST_F() local 259 sp<MockedVehicleCallback> cb = new MockedVehicleCallback(); in TEST_F() local 300 sp<MockedVehicleCallback> cb = new MockedVehicleCallback(); in TEST_F() local
|
/hardware/qcom/audio/hal/audio_extn/ |
D | sndmonitor.c | 522 snd_mon_cb cb = (snd_mon_cb)value; in snd_cb() local 558 static int add_listener(void *stream, snd_mon_cb cb) in add_listener() 637 int audio_extn_snd_mon_register_listener(void *stream, snd_mon_cb cb) in audio_extn_snd_mon_register_listener()
|
/hardware/interfaces/ir/1.0/vts/functional/ |
D | VtsHalIrV1_0TargetTest.cpp | 50 auto cb = [&](bool s, hidl_vec<ConsumerIrFreqRange> v) { in TEST_F() local
|
/hardware/interfaces/tests/bar/1.0/default/ |
D | Bar.cpp | 55 const sp<IFooCallback> &cb) { in callMe() 147 Return<void> Bar::echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) { in echoNullInterface()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 272 struct nl_cb *cb = nl_socket_get_cb(user_sock); in wifi_init_user_sock() local 300 struct nl_cb *cb = nl_socket_get_cb(info->cldctx->sock); in wifi_init_cld80211_sock_cb() local 436 struct nl_cb *cb = NULL; in wifi_initialize() local 787 struct nl_cb *cb = nl_socket_get_cb(sock); in internal_pollin_handler() local
|
/hardware/interfaces/tests/foo/1.0/default/ |
D | Foo.cpp | 92 const sp<IFooCallback> &cb) { in callMe() 352 Return<void> Foo::echoNullInterface(const sp<IFooCallback> &cb, echoNullInterface_cb _hidl_cb) { in echoNullInterface()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | HdcpControl.cpp | 105 bool HdcpControl::startHdcpAsync(HdcpStatusCallback cb, void *userData) in startHdcpAsync()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | HdcpControl.cpp | 104 bool HdcpControl::startHdcpAsync(HdcpStatusCallback cb, void *userData) in startHdcpAsync()
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | bluetooth_hci.cc | 56 Return<void> BluetoothHci::initialize( in initialize()
|
/hardware/interfaces/power/1.0/vts/functional/ |
D | VtsHalPowerV1_0TargetTest.cpp | 169 auto cb = [&vec, &s](hidl_vec<PowerStatePlatformSleepState> states, in TEST_F() local
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | bt_vendor_qcom.h | 80 bt_vendor_callbacks_t *cb; member
|