/system/chre/platform/shared/ |
D | chre_api_gnss.cc | 38 const void *cookie) { in chreGnssLocationSessionStartAsync() 50 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync() 61 const void *cookie) { in chreGnssMeasurementSessionStartAsync() 73 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync()
|
D | chre_api_wifi.cc | 35 const void *cookie) { in chreWifiConfigureScanMonitorAsync() 46 const struct chreWifiScanParams *params, const void *cookie) { in chreWifiRequestScanAsync() 58 const struct chreWifiRangingParams *params, const void *cookie) { in chreWifiRequestRangingAsync()
|
D | chre_api_wwan.cc | 34 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
|
D | chre_api_re.cc | 46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, in chreTimerSet()
|
/system/chre/platform/slpi/ |
D | debug_dump.cc | 41 void *cookie; member 51 void *cookie; member 66 void *cookie) { in registerDebugDumpCallback() 106 bool triggerDebugDump(debugDumpReadyCbFunc *readyCb, void *cookie) { in triggerDebugDump()
|
D | host_link.cc | 196 void *cookie) { in buildAndEnqueueMessage() 223 void buildNanoappListResponse(FlatBufferBuilder& builder, void *cookie) { in buildNanoappListResponse() 265 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in finishLoadingNanoappCallback() 287 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in handleUnloadNanoappCallback() 379 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendDebugDumpData() 395 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendDebugDumpResponse() 409 void onDebugDumpDataReady(void *cookie, const char *debugStr, in onDebugDumpDataReady() 435 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendFragmentResponse() 457 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendTimeSyncRequest() 742 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendAudioRequest() [all …]
|
/system/core/libcutils/ |
D | trace-dev.cpp | 82 void atrace_async_begin_body(const char* name, int32_t cookie) in atrace_async_begin_body() 87 void atrace_async_end_body(const char* name, int32_t cookie) in atrace_async_end_body()
|
D | properties.cpp | 101 void* cookie; member 113 int property_list(void (*fn)(const char* name, const char* value, void* cookie), void* cookie) { in property_list()
|
D | trace-container.cpp | 196 void atrace_async_begin_body(const char* name, int32_t cookie) in atrace_async_begin_body() 208 void atrace_async_end_body(const char* name, int32_t cookie) in atrace_async_end_body()
|
/system/chre/core/ |
D | gnss_manager.cc | 71 Milliseconds minTimeToNext, const void *cookie) { in addRequest() 77 bool GnssSession::removeRequest(Nanoapp *nanoapp, const void *cookie) { in removeRequest() 140 Milliseconds minTimeToNext, const void *cookie) { in configure() 186 const void *cookie) { in addRequestToQueue() 283 uint8_t errorCode, const void *cookie) { in postAsyncResultEvent() 312 uint8_t errorCode, const void *cookie) { in postAsyncResultEventFatal()
|
D | wifi_request_manager.cc | 49 const void *cookie) { in configureScanMonitor() 82 const void *cookie) { in requestRanging() 123 const void *cookie) { in requestScan() 318 const void *cookie) { in addScanMonitorRequestToQueue() 368 const void *cookie) { in postScanMonitorAsyncResultEvent() 398 const void *cookie) { in postScanMonitorAsyncResultEventFatal() 407 const void *cookie) { in postScanRequestAsyncResultEvent() 431 const void *cookie) { in postScanRequestAsyncResultEventFatal()
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 194 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 197 int32_t cookie) in atrace_async_begin() 209 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 210 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
|
/system/core/libcutils/include_vndk/cutils/ |
D | trace.h | 194 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 197 int32_t cookie) in atrace_async_begin() 209 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 210 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
|
/system/core/toolbox/ |
D | getprop.cpp | 41 [](const prop_info* pi, void* cookie) { in PrintAllProperties() 44 [](void* cookie, const char* name, const char* value, unsigned) { in PrintAllProperties()
|
/system/chre/apps/chqts/src/general_test/ |
D | timer_set_test.cc | 56 const void *cookie, bool oneShot) in Stage() 193 TimerSetTest::Stage *TimerSetTest::getStageFromCookie(const void *cookie) { in getStageFromCookie()
|
D | test.h | 54 const void *cookie; member
|
D | basic_wifi_test.cc | 73 void testConfigureScanMonitorAsync(bool enable, const void * cookie) { in testConfigureScanMonitorAsync() 274 void BasicWifiTest::resetCurrentWifiRequest(const void *cookie, in resetCurrentWifiRequest()
|
/system/chre/core/include/chre/core/ |
D | timer_pool.h | 61 const Nanoapp *nanoapp, Nanoseconds duration, const void *cookie, in setNanoappTimer() 131 const void *cookie; member
|
/system/netd/tests/ |
D | bpf_base_test.cpp | 106 uint64_t cookie = getSocketCookie(sock); in TEST_F() local 126 uint64_t cookie = getSocketCookie(sock); in TEST_F() local
|
/system/netd/server/ |
D | TrafficControllerTest.cpp | 132 int setUpSocketAndTag(int protocol, uint64_t* cookie, uint32_t tag, uid_t uid, in setUpSocketAndTag() 142 void expectUidTag(uint64_t cookie, uid_t uid, uint32_t tag) { in expectUidTag() 149 void expectNoTag(uint64_t cookie) { EXPECT_FALSE(mFakeCookieTagMap.readValue(cookie).ok()); } in expectNoTag() 151 void populateFakeStats(uint64_t cookie, uint32_t uid, uint32_t tag, StatsKey* key) { in populateFakeStats() 277 void expectFakeStatsUnchanged(uint64_t cookie, uint32_t tag, uint32_t uid, in expectFakeStatsUnchanged() 417 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local 429 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local 475 uint64_t cookie = 1; in TEST_F() local 490 uint64_t cookie = 1; in TEST_F() local 517 uint64_t cookie = 1; in TEST_F() local
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 175 const void *cookie) { in chreWifiRequestRangingAsync() 194 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie) { in chreSensorFlushAsync()
|
/system/libhwbinder/ |
D | TextOutput.cpp | 41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter()
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 223 void* cookie; member 457 void* cookie, uint32_t flags) { in linkToDeath() 475 void* cookie, uint32_t flags, in unlinkToDeath()
|
/system/core/init/ |
D | persistent_properties.cpp | 128 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory() 131 [](void* cookie, const char* name, const char* value, unsigned serial) { in LoadPersistentPropertiesFromMemory()
|
/system/connectivity/wificond/ |
D | client_interface_impl.cpp | 125 [this](uint64_t cookie, bool was_acked) { in __anonb3c3c0140202() 284 uint64_t cookie; in SendMgmtFrame() local
|