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

1 2 3 4

  /external/chromium_org/chromeos/settings/
cros_settings_provider.cc 16 const NotifyObserversCallback& notify_cb)
17 : notify_cb_(notify_cb) {
42 const NotifyObserversCallback& notify_cb) {
43 notify_cb_ = notify_cb;
cros_settings_provider.h 39 // Creates a new provider instance. |notify_cb| will be used to notify
41 explicit CrosSettingsProvider(const NotifyObserversCallback& notify_cb);
62 void SetNotifyObserversCallback(const NotifyObserversCallback& notify_cb);
  /external/chromium_org/chrome/browser/chromeos/settings/
stub_cros_settings_provider.cc 16 const NotifyObserversCallback& notify_cb)
17 : CrosSettingsProvider(notify_cb) {
system_settings_provider.cc 17 const NotifyObserversCallback& notify_cb)
18 : 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 49 CrosSettingsProvider::NotifyObserversCallback notify_cb(
55 AddSettingsProvider(new StubCrosSettingsProvider(notify_cb));
58 new DeviceSettingsProvider(notify_cb, device_settings_service));
61 AddSettingsProvider(new SystemSettingsProvider(notify_cb));
259 CrosSettingsProvider::NotifyObserversCallback notify_cb(
261 provider->SetNotifyObserversCallback(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/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 189 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
190 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
198 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
199 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
240 mm_camera_poll_notify_t notify_cb,
257 poll_cb->poll_entries[idx].notify_cb = notify_cb;
287 poll_cb->poll_entries[idx].notify_cb = NULL;
  /device/lge/mako/camera/
QualcommCamera.cpp 107 camera_notify_callback notify_cb; member in struct:android::__anon3749
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,
  /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,
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.h 53 camera_notify_callback notify_cb,
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.h 108 camera2_notify_callback notify_cb,
QualcommCamera.cpp 359 camera2_notify_callback notify_cb,
366 rc = hardware->set_notify_callback(notify_cb, user);
402 camera_notify_callback notify_cb,
411 hardware->setCallbacks(notify_cb,data_cb, data_cb_timestamp, get_memory, user);
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 52 camera_notify_callback notify_cb,
  /external/qemu/
qemu-timer.c 74 QEMUTimerListNotifyCB *notify_cb; member in struct:QEMUTimerList
109 timer_list->notify_cb = cb;
221 * value but ->notify_cb() is called when the deadline changes. Therefore
270 if (timer_list->notify_cb) {
271 timer_list->notify_cb(timer_list->notify_opaque);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 302 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
303 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
311 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
312 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
393 * @notify_cb : callback function to handle if any notify from fd
402 mm_camera_poll_notify_t notify_cb,
420 poll_cb->poll_entries[idx].notify_cb = notify_cb;
469 poll_cb->poll_entries[idx].notify_cb = NULL;
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 308 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
309 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
317 if (NULL != poll_cb->poll_entries[i-1].notify_cb) {
318 poll_cb->poll_entries[i-1].notify_cb(poll_cb->poll_entries[i-1].user_data);
399 * @notify_cb : callback function to handle if any notify from fd
408 mm_camera_poll_notify_t notify_cb,
426 poll_cb->poll_entries[idx].notify_cb = notify_cb;
475 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,

Completed in 1863 milliseconds

1 2 3 4