Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 86) sorted by relevance

1234

/system/chre/platform/shared/
Dchre_api_gnss.cc41 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()
Dchre_api_wifi.cc38 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()
Dchre_api_wwan.cc37 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
/system/core/libcutils/
Dtrace-dev.cpp82 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()
Dproperties.cpp101 void* cookie; member
113 int property_list(void (*fn)(const char* name, const char* value, void* cookie), void* cookie) { in property_list()
Dtrace-container.cpp196 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/
Dtrace.h186 #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/
Dtrace.h186 #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/
Dwifi_request_manager.cc51 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()
Dgnss_manager.cc227 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/
Dgetprop.cpp41 [](const prop_info* pi, void* cookie) { in PrintAllProperties()
44 [](void* cookie, const char* name, const char* value, unsigned) { in PrintAllProperties()
/system/libziparchive/
Dlibziparchive_fuzzer.cpp15 void* cookie; in LLVMFuzzerTestOneInput() local
/system/chre/apps/test/chqts/src/general_test/
Dtimer_set_test.cc56 const void *cookie, bool oneShot) in Stage()
193 TimerSetTest::Stage *TimerSetTest::getStageFromCookie(const void *cookie) { in getStageFromCookie()
Dtest.h55 const void *cookie; member
/system/chre/core/include/chre/core/
Dtimer_pool.h61 const void *cookie, bool isOneShot) { in setNanoappTimer()
123 const void *cookie; member
/system/chre/platform/slpi/
Dhost_link.cc188 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/
Dbpf_base_test.cpp92 uint64_t cookie = getSocketCookie(sock); in TEST_F() local
110 uint64_t cookie = getSocketCookie(sock); in TEST_F() local
/system/netd/server/
DTrafficControllerTest.cpp132 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/
DTextOutput.cpp41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc235 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/
DHybridInterface.h223 void* cookie; member
457 void* cookie, uint32_t flags) { in linkToDeath()
475 void* cookie, uint32_t flags, in unlinkToDeath()
/system/core/init/
Dpersistent_properties.cpp128 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory()
131 [](void* cookie, const char* name, const char* value, unsigned serial) { in LoadPersistentPropertiesFromMemory()
/system/connectivity/wificond/
Dclient_interface_impl.cpp127 [this](uint64_t cookie, bool was_acked) { in __anonfc78103b0202()
286 uint64_t cookie; in SendMgmtFrame() local
/system/chre/platform/slpi/qsh/
Dqsh_shim.cc135 const void *cookie) { in chreSensorFlushAsync()
/system/extras/sound/
Dplaywav.c39 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play()
128 int fill_buffer(void *buf, unsigned sz, void *cookie) in fill_buffer()

1234