Home
last modified time | relevance | path

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

/system/sepolicy/vendor/
Dhal_tv_tuner_default.te12 # Allow servicemanager to notify hal_tv_tuner_default clients status
/system/logging/logd/
DLogAudit.cpp290 unsigned int notify = 0; in logPrint() local
307 notify |= 1 << LOG_ID_EVENTS; in logPrint()
361 notify |= 1 << LOG_ID_MAIN; in logPrint()
369 if (notify) { in logPrint()
/system/core/fastboot/device/
Dusb.h45 std::condition_variable notify; member
Dusb.cpp206 h->notify.notify_one(); in usb_ffs_close()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dhandler_manager.cpp218 uint64_t notify = 1; in WakeupMonitorMergeThread() local
219 ssize_t rc = TEMP_FAILURE_RETRY(write(monitor_merge_event_fd_.get(), &notify, sizeof(notify))); in WakeupMonitorMergeThread()
/system/core/shell_and_utilities/
DREADME.md349 nohup notify ps readlink renice restorecon rmmod route runcon schedtop
361 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon
372 load\_policy log ls lsmod lsof md5 mkdir mount mv nandread netstat notify
384 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route
395 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dble_filter.proto78 // Maximum delay to notify the client after an event occurs.
/system/sepolicy/private/
Dtraced.te61 # Allow traced to notify Traceur when a trace ends by setting the
/system/libhidl/transport/base/1.0/
DIBase.hal27 * java.lang.Object.notify(), for example.) However, the behavior of these
/system/nfc/tools/casimir/src/
Drf_packets.pdl187 /// This command may also be sent spuriously by the emulator to notify
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java103 mLock.notify(); in serviceDied()