HomeSort by relevance Sort by last modified time
    Searched full:notify_cb (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_provider.cc 17 const NotifyObserversCallback& notify_cb)
18 : notify_cb_(notify_cb) {
43 const NotifyObserversCallback& notify_cb) {
44 notify_cb_ = notify_cb;
cros_settings_provider.h 38 // Creates a new provider instance. |notify_cb| will be used to notify
40 explicit CrosSettingsProvider(const NotifyObserversCallback& notify_cb);
61 void SetNotifyObserversCallback(const NotifyObserversCallback& notify_cb);
stub_cros_settings_provider.cc 17 const NotifyObserversCallback& notify_cb)
18 : CrosSettingsProvider(notify_cb) {
system_settings_provider.cc 19 const NotifyObserversCallback& notify_cb)
20 : CrosSettingsProvider(notify_cb) {
stub_cros_settings_provider.h 20 explicit StubCrosSettingsProvider(const NotifyObserversCallback& notify_cb);
system_settings_provider.h 25 explicit SystemSettingsProvider(const NotifyObserversCallback& notify_cb);
cros_settings.cc 53 CrosSettingsProvider::NotifyObserversCallback notify_cb(
59 AddSettingsProvider(new StubCrosSettingsProvider(notify_cb));
62 new DeviceSettingsProvider(notify_cb, device_settings_service));
65 AddSettingsProvider(new SystemSettingsProvider(notify_cb));
248 CrosSettingsProvider::NotifyObserversCallback notify_cb(
250 provider->SetNotifyObserversCallback(notify_cb);
device_settings_provider.h 36 DeviceSettingsProvider(const NotifyObserversCallback& notify_cb,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 190 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
191 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
199 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
200 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
241 mm_camera_poll_notify_t notify_cb,
258 poll_cb->poll_entries[idx].notify_cb = notify_cb;
288 poll_cb->poll_entries[idx].notify_cb = NULL;
  /device/lge/mako/camera/
QualcommCamera.cpp 107 camera_notify_callback notify_cb; member in struct:android::__anon2290
138 camera_notify_callback notify_cb = camHal->notify_cb; local
140 if(notify_cb) {
141 notify_cb(msgType, ext1, ext2, user_data);
413 camera_notify_callback notify_cb,
428 camHal->notify_cb = notify_cb;
434 if(notify_cb) {
453 hardware->setCallbacks(notify_cb,data_cb,data_cb_timestamp,get_memory, user)
    [all...]
QualcommCamera.h 40 camera_notify_callback notify_cb,
QualcommCamera2.h 53 camera_notify_callback notify_cb,
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 110 void CallbackNotifier::setCallbacks(camera_notify_callback notify_cb,
117 __FUNCTION__, notify_cb, data_cb, data_cb_timestamp, get_memory, user);
120 mNotifyCB = notify_cb;
EmulatedCamera2.cpp 326 camera2_notify_callback notify_cb, void* user) {
329 ec->mNotifyCb = notify_cb;
EmulatedCamera.h 131 virtual void setCallbacks(camera_notify_callback notify_cb,
306 camera_notify_callback notify_cb,
EmulatedCamera.cpp 251 void EmulatedCamera::setCallbacks(camera_notify_callback notify_cb,
257 mCallbackNotifier.setCallbacks(notify_cb, data_cb, data_cb_timestamp,
701 camera_notify_callback notify_cb,
712 ec->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user);
    [all...]
EmulatedCamera2.h 221 camera2_notify_callback notify_cb,
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 296 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
297 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
305 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
306 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
369 * @notify_cb : callback function to handle if any notify from fd
378 mm_camera_poll_notify_t notify_cb,
396 poll_cb->poll_entries[idx].notify_cb = notify_cb;
443 poll_cb->poll_entries[idx].notify_cb = NULL;
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 51 camera_notify_callback notify_cb,
QualcommCamera.cpp 262 camera_notify_callback notify_cb,
271 hardware->setCallbacks(notify_cb,data_cb, data_cb_timestamp, get_memory, user);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 297 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
298 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
306 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
307 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
371 * @notify_cb : callback function to handle if any notify from fd
380 mm_camera_poll_notify_t notify_cb,
398 poll_cb->poll_entries[idx].notify_cb = notify_cb;
445 poll_cb->poll_entries[idx].notify_cb = NULL;
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 173 camera_notify_callback notify_cb,
230 camera_notify_callback notify_cb,
QCameraStateMachine.h 112 camera_notify_callback notify_cb; member in struct:qcamera::__anon1597
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 173 camera_notify_callback notify_cb,
230 camera_notify_callback notify_cb,
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 170 notify_callback notify_cb; member in struct:__anon32818

Completed in 616 milliseconds

1 2 3