/system/chre/chpp/services/ |
D | gnss.c | 500 struct ChppAppHeader *notification = in chppGnssServiceRequestStateResyncCallback() local 502 size_t notificationLen = sizeof(*notification); in chppGnssServiceRequestStateResyncCallback() 504 if (notification == NULL) { in chppGnssServiceRequestStateResyncCallback() 509 notification->handle = gGnssServiceContext.service.handle; in chppGnssServiceRequestStateResyncCallback() 510 notification->command = CHPP_GNSS_REQUEST_STATE_RESYNC_NOTIFICATION; in chppGnssServiceRequestStateResyncCallback() 513 gGnssServiceContext.service.appContext->transportContext, notification, in chppGnssServiceRequestStateResyncCallback() 556 struct ChppGnssLocationEventWithHeader *notification = NULL; in chppGnssServiceLocationEventCallback() local 559 if (!chppGnssLocationEventFromChre(event, ¬ification, ¬ificationLen)) { in chppGnssServiceLocationEventCallback() 562 notification = chppMalloc(sizeof(struct ChppAppHeader)); in chppGnssServiceLocationEventCallback() 563 if (notification == NULL) { in chppGnssServiceLocationEventCallback() [all …]
|
D | wifi.c | 580 struct ChppWifiScanEventWithHeader *notification = NULL; in chppWifiServiceScanEventCallback() local 585 if (!chppWifiScanEventFromChre(event, ¬ification, ¬ificationLen)) { in chppWifiServiceScanEventCallback() 589 notification = chppMalloc(sizeof(struct ChppAppHeader)); in chppWifiServiceScanEventCallback() 590 if (notification == NULL) { in chppWifiServiceScanEventCallback() 597 if (notification != NULL) { in chppWifiServiceScanEventCallback() 598 notification->header.handle = gWifiServiceContext.service.handle; in chppWifiServiceScanEventCallback() 599 notification->header.type = CHPP_MESSAGE_TYPE_SERVICE_NOTIFICATION; in chppWifiServiceScanEventCallback() 600 notification->header.transaction = in chppWifiServiceScanEventCallback() 602 notification->header.error = in chppWifiServiceScanEventCallback() 606 notification->header.command = CHPP_WIFI_REQUEST_SCAN_ASYNC; in chppWifiServiceScanEventCallback() [all …]
|
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingService.java | 116 Notification notification = in onBind() local 123 startForeground(NOTIFICATION_ID, notification); in onBind()
|
/system/memory/lmkd/ |
D | README.md | 85 triggering low memory notification. Default for 89 triggering critical memory notification. Default = 99 before testing low memory kill notification.
|
/system/chre/host/common/ |
D | host_protocol_host.cc | 204 auto notification = in encodeSettingChangeNotification() local 207 notification.Union()); in encodeSettingChangeNotification()
|
/system/sepolicy/private/ |
D | atrace.te | 62 # Remove logspam from notification attempts to non-allowlisted services.
|
D | service_contexts | 194 notification u:object_r:notification_service:s0
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | atrace.te | 62 # Remove logspam from notification attempts to non-allowlisted services.
|
D | service_contexts | 194 notification u:object_r:notification_service:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | atrace.te | 62 # Remove logspam from notification attempts to non-allowlisted services.
|
D | service_contexts | 154 notification u:object_r:notification_service:s0
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 757 ServiceNotification* notification = new ServiceNotification(); in TEST_F() local 760 EXPECT_TRUE(IParent::registerForNotifications(instanceName, notification)); in TEST_F() 765 std::unique_lock<std::mutex> lock(notification->mutex); in TEST_F() 767 notification->condition.wait_for(lock, std::chrono::milliseconds(500), [¬ification]() { in TEST_F() 768 return notification->getRegistrations().size() >= 2; in TEST_F() 771 std::vector<std::string> registrations = notification->getRegistrations(); in TEST_F() 810 ServiceNotification* notification = new ServiceNotification(); in TEST_F() local 814 EXPECT_TRUE(ISimple::registerForNotifications("", notification)); in TEST_F() 821 std::unique_lock<std::mutex> lock(notification->mutex); in TEST_F() 823 notification->condition.wait_for(lock, std::chrono::milliseconds(500), [¬ification]() { in TEST_F() [all …]
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 64 * Sends a handle-value notification or indication to the device with the
|
D | IBluetoothGattClientCallback.txt | 117 * Called when there is an incoming ATT Handle-Value notification or
|
D | IBluetoothGattServerCallback.txt | 130 * this will be called as soon as the notification packet is successfully sent
|
/system/tools/aidl/ |
D | hiddenapi-greylist | 374 "android.service.notification.IConditionListener", 375 "android.service.notification.IConditionProvider", 376 "android.service.notification.INotificationListener", 377 "android.service.notification.IStatusBarNotificationHolder",
|
/system/chre/chpp/ |
D | QUICKSTART.md | 12 1. Thread notification mechanisms and thread signalling
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | service_contexts | 107 notification u:object_r:notification_service:s0
|
D | app.te | 398 # sigchld allowed for parent death notification.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | service_contexts | 106 notification u:object_r:notification_service:s0
|
D | app.te | 409 # sigchld allowed for parent death notification.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | service_contexts | 111 notification u:object_r:notification_service:s0
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | service_contexts | 134 notification u:object_r:notification_service:s0
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | app.te | 427 # sigchld allowed for parent death notification.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | app.te | 457 # sigchld allowed for parent death notification.
|