| /system/chre/platform/shared/ |
| D | chre_api_gnss.cc | 39 const void *cookie) { in chreGnssLocationSessionStartAsync() 52 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync() 65 const void *cookie) { in chreGnssMeasurementSessionStartAsync() 78 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync()
|
| D | chre_api_wifi.cc | 36 const void *cookie) { in chreWifiConfigureScanMonitorAsync() 48 const struct chreWifiScanParams *params, const void *cookie) { in chreWifiRequestScanAsync() 61 const struct chreWifiRangingParams *params, const void *cookie) { in chreWifiRequestRangingAsync()
|
| D | chre_api_wwan.cc | 35 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 | 129 void* cookie; member 141 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_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/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/chre/core/ |
| D | wifi_request_manager.cc | 50 const void *cookie) { in configureScanMonitor() 83 const void *cookie) { in requestRanging() 130 const void *cookie) { in requestScan() 345 const void *cookie) { in addScanMonitorRequestToQueue() 396 const void *cookie) { in postScanMonitorAsyncResultEvent() 426 const void *cookie) { in postScanMonitorAsyncResultEventFatal() 435 const void *cookie) { in postScanRequestAsyncResultEvent() 459 const void *cookie) { in postScanRequestAsyncResultEventFatal()
|
| D | gnss_manager.cc | 120 Milliseconds minTimeToNext, const void *cookie) { in addRequest() 126 bool GnssSession::removeRequest(Nanoapp *nanoapp, const void *cookie) { in removeRequest() 250 Milliseconds minTimeToNext, const void *cookie) { in configure() 305 const void *cookie) { in addRequestToQueue() 405 uint8_t errorCode, const void *cookie) { in postAsyncResultEvent() 436 const void *cookie) { in postAsyncResultEventFatal()
|
| D | timer_pool.cc | 35 const void *cookie) { in setSystemTimer() 49 uint16_t eventType, const void *cookie, in setTimer()
|
| D | wwan_request_manager.cc | 34 bool WwanRequestManager::requestCellInfo(Nanoapp *nanoapp, const void *cookie) { in requestCellInfo()
|
| /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/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 | 54 const void *cookie; member
|
| /system/chre/core/include/chre/core/ |
| D | timer_pool.h | 61 const void *cookie, bool isOneShot) { 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/chre/platform/slpi/ |
| D | host_link.cc | 189 MessageBuilderFunction *msgBuilder, void *cookie) { in buildAndEnqueueMessage() 216 void buildNanoappListResponse(FlatBufferBuilder &builder, void *cookie) { in buildNanoappListResponse() 257 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in finishLoadingNanoappCallback() 279 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in handleUnloadNanoappCallback() 369 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in sendDebugDumpData() 392 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in sendDebugDumpResponse() 416 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in sendFragmentResponse() 438 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in sendTimeSyncRequest() 769 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in sendAudioRequest() 779 auto msgBuilder = [](FlatBufferBuilder &builder, void *cookie) { in sendAudioRelease() [all …]
|
| /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/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 | 127 [this](uint64_t cookie, bool was_acked) { in __anon7aa906df0202() 282 uint64_t cookie; in SendMgmtFrame() local
|
| /system/chre/platform/shared/nanoapp/ |
| D | nanoapp_support_lib_dso.cc | 180 const void *cookie) { in chreWifiRequestRangingAsync() 199 bool chreSensorFlushAsync(uint32_t sensorHandle, 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()
|