Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 43) sorted by relevance

12

/device/generic/goldfish/audio/
Dio_thread.cpp26 bool IOThread::notify(const uint32_t mask) { in notify() function in android::hardware::audio::V6_0::implementation::IOThread
40 return notify(STAND_BY_REQUEST); in standby()
44 notify(EXIT_REQUEST); in requestExit()
Dio_thread.h32 virtual bool notify(uint32_t mask);
/device/generic/goldfish/fingerprint/
Dfingerprint.c322 dev->device.notify(&msg); in fingerprint_enroll()
335 dev->device.notify(&msg); in fingerprint_enroll()
339 dev->device.notify(&msg); in fingerprint_enroll()
406 qdev->device.notify(&msg); in fingerprint_cancel()
435 qdev->device.notify(&message); in fingerprint_enumerate()
444 qdev->device.notify(&message); in fingerprint_enumerate()
487 device->notify(&msg); in fingerprint_remove()
502 device->notify(&msg); in fingerprint_remove()
525 device->notify(&msg); in fingerprint_remove()
538 device->notify(&msg); in fingerprint_remove()
[all …]
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp499 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onChangeState()
519 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL); in onChangeState()
545 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onPortEnable()
585 notify(OMX_EventCmdComplete, OMX_CommandFlush, OMX_ALL, NULL); in onPortFlush()
601 notify(OMX_EventError, OMX_ErrorUndefined, 0, 0); in onPortFlush()
629 notify(OMX_EventCmdComplete, OMX_CommandFlush, portIndex, NULL); in onPortFlush()
687 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL); in checkTransitions()
701 notify(OMX_EventCmdComplete, OMX_CommandPortDisable, i, NULL); in checkTransitions()
711 notify(OMX_EventCmdComplete, OMX_CommandPortEnable, i, NULL); in checkTransitions()
DGoldfishVideoDecoderOMXComponent.cpp234 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, 0, NULL); in handlePortSettingsChange()
252 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in handlePortSettingsChange()
256 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in handlePortSettingsChange()
732 notify(OMX_EventConfigUpdate, in queueOutputFrameConfig()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp271 notify(OMX_EventError, OMX_ErrorUnsupportedSetting, 0, NULL); in onQueueFilled()
289 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled()
344 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled()
354 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onQueueFilled()
370 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL); in onPortFlushCompleted()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
Dccbench.py222 ready_cond.notify()
243 start_cond.notify(nthreads)
328 ready_cond.notify()
355 start_cond.notify(nthreads)
459 ready_cond.notify()
488 start_cond.notify(nthreads)
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL84 ;* "notify" command.
86 ;* Usage: This method is called before every "notify" command. A
87 ;* "notify" should only be set if the driver has completed the
201 // Call GNOT for CEVT = 1 = hotkey, notify value = 0
212 ;* lid notify).
234 // Call GNOT for CEVT=2=Lid, notify value = 0
264 // Call GNOT for CEVT=4=Dock, notify value = 0
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableSmm.uni6 // into BS protocol database, which can be used to notify the SMM Runtime
31 …ls SMM variable protocol into BS protocol database, which can be used to notify the SMM Runtime DX…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DQueue.py138 self.not_empty.notify()
179 self.not_full.notify()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspNotifyPhase/
DFspNotifyPhasePeim.inf2 # Component information file for the FSP notify phase PEI module.
/device/mediatek/wembley-sepolicy/prebuilts/api/26.0/plat_private/
Daee_aed.te123 # Operation : add selinux rule for crash_dump notify aee_aed
124 # Purpose : make aee_aed can get notify from crash_dump
/device/mediatek/wembley-sepolicy/plat_private/
Dcrash_dump.te93 # Operation : add selinux rule for crash_dump notify crash_dump
94 # Purpose : make crash_dump can get notify from crash_dump
Daee_aed.te105 # Operation : add selinux rule for crash_dump notify aee_aed
106 # Purpose : make aee_aed can get notify from crash_dump
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
DFspApiEntryS.nasm24 ; This FSP API will notify the FSP about the different phases in the boot
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspmWrapperPeim/
DFspmWrapperPeim.inf7 # notify to call FspSiliconInit API.
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspsWrapperPeim/
DFspsWrapperPeim.inf7 # notify to call FspSiliconInit API.
/device/google/bonito/sdm710/kernel-headers/media/
Dmsmb_camera.h105 unsigned int notify; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsmb_camera.h142 unsigned int notify; member
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsmb_camera.h142 unsigned int notify; member
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsmb_camera.h105 unsigned int notify; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dlock_tests.py335 self.assertRaises(RuntimeError, cond.notify)
357 cond.notify(3)
367 cond.notify(5)
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFspInitPei.inf10 # notify to call FspSiliconInit API.
/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java135 mNotifMan.notify(id, bob.build()); in postNotification()
/device/generic/goldfish/camera/
DEmulatedCamera3.cpp173 mCallbackOps->notify(mCallbackOps, msg); in sendNotify()

12