/system/chre/platform/shared/ |
D | chre_api_gnss.cc | 41 const void *cookie) { in chreGnssLocationSessionStartAsync() 55 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync() 69 const void *cookie) { in chreGnssMeasurementSessionStartAsync() 83 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync()
|
D | chre_api_wifi.cc | 38 const void *cookie) { in chreWifiConfigureScanMonitorAsync() 51 const struct chreWifiScanParams *params, const void *cookie) { in chreWifiRequestScanAsync() 63 const struct chreWifiRangingParams *params, const void *cookie) { in chreWifiRequestRangingAsync()
|
D | chre_api_wwan.cc | 37 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
|
/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/core/libcutils/include_outside_system/cutils/ |
D | trace.h | 186 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 189 int32_t cookie) in atrace_async_begin() 201 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 202 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 186 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument 189 int32_t cookie) in atrace_async_begin() 201 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument 202 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
|
/system/chre/core/ |
D | wifi_request_manager.cc | 51 const void *cookie) { in configureScanMonitor() 84 const void *cookie) { in requestRanging() 131 const void *cookie) { in requestScan() 318 const void *cookie) { in addScanMonitorRequestToQueue() 369 const void *cookie) { in postScanMonitorAsyncResultEvent() 395 const void *cookie) { in postScanMonitorAsyncResultEventFatal() 404 const void *cookie) { in postScanRequestAsyncResultEvent() 430 const void *cookie) { in postScanRequestAsyncResultEventFatal()
|
D | gnss_manager.cc | 227 Milliseconds minTimeToNext, const void *cookie) { in addRequest() 233 bool GnssSession::removeRequest(Nanoapp *nanoapp, const void *cookie) { in removeRequest() 372 Milliseconds minTimeToNext, const void *cookie) { in configure() 427 const void *cookie) { in addRequestToQueue() 535 uint8_t errorCode, const void *cookie) { in postAsyncResultEvent() 562 const void *cookie) { in postAsyncResultEventFatal()
|
/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/libziparchive/ |
D | libziparchive_fuzzer.cpp | 15 void* cookie; in LLVMFuzzerTestOneInput() local
|
/system/chre/apps/test/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 | 55 const void *cookie; member
|
/system/chre/core/include/chre/core/ |
D | timer_pool.h | 61 const void *cookie, bool isOneShot) { in setNanoappTimer() 123 const void *cookie; member
|
/system/chre/platform/slpi/ |
D | host_link.cc | 188 MessageBuilderFunction *msgBuilder, void *cookie) { in buildAndEnqueueMessage() 215 void buildNanoappListResponse(ChreFlatBufferBuilder &builder, void *cookie) { in buildNanoappListResponse() 235 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in finishLoadingNanoappCallback() 254 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in handleUnloadNanoappCallback() 354 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in sendDebugDumpData() 377 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in sendDebugDumpResponse() 398 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in sendSelfTestResponse() 421 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in sendFragmentResponse() 443 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in sendTimeSyncRequest() 732 auto msgBuilder = [](ChreFlatBufferBuilder &builder, void *cookie) { in sendLogMessage() [all …]
|
/system/netd/tests/ |
D | bpf_base_test.cpp | 92 uint64_t cookie = getSocketCookie(sock); in TEST_F() local 110 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() 399 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local 409 uint64_t cookie = TEST_COOKIE + i; in TEST_F() local 447 uint64_t cookie = 1; in TEST_F() local 460 uint64_t cookie = 1; in TEST_F() local 485 uint64_t cookie = 1; in TEST_F() local
|
/system/libhwbinder/ |
D | TextOutput.cpp | 41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter()
|
/system/chre/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 235 const void *cookie) { in chreWifiRequestScanAsync() 252 const void *cookie) { in chreWifiRequestRangingAsync() 285 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie) { in chreSensorFlushAsync()
|
/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 | 127 [this](uint64_t cookie, bool was_acked) { in __anonfc78103b0202() 286 uint64_t cookie; in SendMgmtFrame() local
|
/system/chre/platform/slpi/qsh/ |
D | qsh_shim.cc | 135 const void *cookie) { in chreSensorFlushAsync()
|
/system/extras/sound/ |
D | playwav.c | 39 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play() 128 int fill_buffer(void *buf, unsigned sz, void *cookie) in fill_buffer()
|