Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 74) sorted by relevance

123

/hardware/libhardware/modules/input/evdev/
DInputHost.h43 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()
DEvdevModule.cpp99 input_host_t* host, input_host_callbacks_t cb) { in input_init()
/hardware/bsp/intel/peripheral/libupm/src/a110x/
Da110x.cxx61 void A110X::installISR( IsrCallback *cb) in installISR()
/hardware/bsp/intel/peripheral/libupm/src/rpr220/
Drpr220.cxx62 void RPR220::installISR(IsrCallback *cb) in installISR()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_nl80211.h39 struct nl_cb *cb; member
/hardware/ril/libril/
DRilSocket.cpp140 void RilSocket::setListenCb(ril_event_cb cb) { in setListenCb()
144 void RilSocket::setCommandCb(ril_event_cb cb) { in setCommandCb()
/hardware/ti/omap4xxx/
Dtm.c25 char *cf, *cb; in main() local
/hardware/ti/omap4-aah/
Dtm.c25 char *cf, *cb; in main() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c152 vpx_codec_put_frame_cb_fn_t cb, in vpx_codec_register_put_frame_cb()
172 vpx_codec_put_slice_cb_fn_t cb, in vpx_codec_register_put_slice_cb()
/hardware/bsp/intel/peripheral/libupm/src/ttp223/
Dttp223.cxx63 void TTP223::installISR(mraa::Edge level, IsrCallback *cb) in installISR()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dmlerrorcode.h61 #define CALL_CHECK_N_CALLBACK(f, cb) { \ argument
/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp53 void setInputCallback(InputCbFunc cb) { mInputCb = cb; } in setInputCallback()
54 void setDeviceAddedCallback(DeviceCbFunc cb) { mDeviceAddedCb = cb; } in setDeviceAddedCallback()
55 void setDeviceRemovedCallback(DeviceCbFunc cb) { mDeviceRemovedCb = cb; } in setDeviceRemovedCallback()
/hardware/bsp/intel/peripheral/libupm/src/hcsr04/
Dhcsr04.cxx38 HCSR04::HCSR04 (uint8_t triggerPin, uint8_t echoPin, IsrCallback *cb) in HCSR04()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp97 const camera3_callback_ops *cb, in Notify()
107 const camera3_callback_ops *cb, in ProcessCaptureResult()
/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c518 snd_mon_cb cb = (snd_mon_cb)value; in snd_cb() local
554 static int add_listener(void *stream, snd_mon_cb cb) in add_listener()
623 int audio_extn_snd_mon_register_listener(void *stream, snd_mon_cb cb) in audio_extn_snd_mon_register_listener()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DHdcpControl.cpp104 bool HdcpControl::startHdcpAsync(HdcpStatusCallback cb, void *userData) in startHdcpAsync()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DHdcpControl.cpp105 bool HdcpControl::startHdcpAsync(HdcpStatusCallback cb, void *userData) in startHdcpAsync()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp238 struct nl_cb *cb = nl_socket_get_cb(user_sock); in wifi_init_user_sock() local
361 struct nl_cb *cb = NULL; in wifi_initialize() local
671 struct nl_cb *cb = nl_socket_get_cb(sock); in internal_pollin_handler() local
Dwificonfig.cpp378 struct nl_cb *cb; in requestEvent() local
/hardware/bsp/intel/peripheral/libupm/src/mma7660/
Dmma7660.cxx208 void MMA7660::installISR(int pin, IsrCallback *cb) in installISR()
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dbt_vendor_qcom.h80 bt_vendor_callbacks_t *cb; member
/hardware/bsp/intel/peripheral/libupm/src/grove/
Dgrove.cxx282 void GroveButton::installISR(mraa::Edge level, IsrCallback *cb) in installISR()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c141 vpx_get_frame_buffer_cb_fn_t cb, in vp9_realloc_frame_buffer()
/hardware/qcom/gps/msm8998/utils/
DLocTimer.cpp593 inline LocTimerWrapper(loc_timer_callback cb, void* callerData) : in LocTimerWrapper()
604 loc_timer_callback cb = mCb; in timeOutCallback() local
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp588 inline LocTimerWrapper(loc_timer_callback cb, void* callerData) : in LocTimerWrapper()
599 loc_timer_callback cb = mCb; in timeOutCallback() local

123