HomeSort by relevance Sort by last modified time
    Searched defs:Notify (Results 26 - 50 of 64) sorted by null

12 3

  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetCallbackBase.h 40 * Providing wait and notify for callback functionality.
163 * Notify a waiting test when a callback is invoked.
174 * Notify a waiting test with data when a callback is invoked.
181 * Notify a waiting test with data when a callback is invoked.
268 /* Notify from represented callback function. */
271 Notify();
274 /* Notify from represented callback function with data. */
278 Notify();
328 /* Notify from represented callback function. */
329 void Notify() {
    [all...]
  /external/webrtc/webrtc/video/
send_statistics_proxy.cc 366 void SendStatisticsProxy::Notify(const BitrateStatistics& total_stats,
  /system/core/adb/client/
usb_libusb.cpp 84 void Notify() {
515 info->Notify();
529 info->Notify();
541 info->Notify();
547 info->Notify();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 100 EFI_PEIM_NOTIFY_ENTRY_POINT Notify;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
PeiMain.h 63 EFI_PEI_NOTIFY_DESCRIPTOR *Notify;
69 /// is in head of PpiListPtrs array and notify is in end of PpiListPtrs.
77 /// index of end of notify link list.
81 /// index of the dispatched notify list.
89 /// index of last dispatched notify in Notify link list.
512 @param NotifyList Pointer to list of Descriptors to notify upon.
528 Process the Notify List at dispatch level.
543 @param NotifyType Type of notify to fire.
546 @param NotifyStartIndex Notify Beginning index.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 118 BOOLEAN Notify;
257 // User interface used to get notify from IP_IO
409 @param[in] NotifyData The optional notify data.
533 The ErrorStatus will be returned. The IsHard and Notify are optional. If they
540 @param[out] Notify If TRUE, SockError needs to be notified.
551 OUT BOOLEAN *Notify OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 160 HII_DATABASE_NOTIFY *Notify;
315 Notify = CR (Link, HII_DATABASE_NOTIFY, DatabaseNotifyEntry, HII_DATABASE_NOTIFY_SIGNATURE);
316 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) {
321 Notify->PackageGuid = NULL;
326 Notify->PackageNotifyFn (
327 Notify->PackageType,
328 Notify->PackageGuid,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiPeiCis.h 130 EFI_PEIM_NOTIFY_ENTRY_POINT Notify;
141 EFI_PEI_NOTIFY_DESCRIPTOR Notify;
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc 229 void Notification::Notify() {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 229 void Notification::Notify() {
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 211 void Notification::Notify() {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 188 void Notification::Notify() {
    [all...]
  /art/runtime/mirror/
object-inl.h 108 inline void Object::Notify(Thread* self) {
109 Monitor::Notify(self, this);
    [all...]
  /art/runtime/
monitor.cc 775 void Monitor::Notify(Thread* self) {
780 ThrowIllegalMonitorStateExceptionF("object not locked by thread before notify()");
811 thread->Notify();
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserManager.h 446 Called by credential provider to notify of information change.
448 This function allows the credential provider to notify the User Identity Manager when user status
605 EFI_USER_PROFILE_NOTIFY Notify;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 76 void Notify() {
95 notifier_->Notify();
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 452 public class Notify implements Runnable {
454 Notify (BlockingQueue q) {
587 Notify notifier = new Notify(ThermalManager.sEventQueue);
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 107 // stable. If you notice any problems on your platform, please notify
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 108 // stable. If you notice any problems on your platform, please notify
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 115 // stable. If you notice any problems on your platform, please notify
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 96 // stable. If you notice any problems on your platform, please notify
861 void Notify() { notified_ = true; }
907 // thread_can_start.Notify();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 106 // stable. If you notice any problems on your platform, please notify
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 115 // stable. If you notice any problems on your platform, please notify
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 115 // stable. If you notice any problems on your platform, please notify
    [all...]

Completed in 2524 milliseconds

12 3