Home
last modified time | relevance | path

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

123

/system/chre/platform/shared/
Dchre_api_gnss.cc38 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()
Dchre_api_wifi.cc35 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()
Dchre_api_wwan.cc34 DLL_EXPORT bool chreWwanGetCellInfoAsync(const void *cookie) { in chreWwanGetCellInfoAsync()
Dchre_api_re.cc46 DLL_EXPORT uint32_t chreTimerSet(uint64_t duration, const void *cookie, in chreTimerSet()
/system/chre/platform/slpi/
Ddebug_dump.cc41 void *cookie; member
51 void *cookie; member
66 void *cookie) { in registerDebugDumpCallback()
106 bool triggerDebugDump(debugDumpReadyCbFunc *readyCb, void *cookie) { in triggerDebugDump()
Dhost_link.cc196 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/
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/chre/core/
Dgnss_manager.cc71 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()
Dwifi_request_manager.cc49 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/
Dtrace.h194 #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/
Dtrace.h194 #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/
Dgetprop.cpp41 [](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/
Dtimer_set_test.cc56 const void *cookie, bool oneShot) in Stage()
193 TimerSetTest::Stage *TimerSetTest::getStageFromCookie(const void *cookie) { in getStageFromCookie()
Dtest.h54 const void *cookie; member
Dbasic_wifi_test.cc73 void testConfigureScanMonitorAsync(bool enable, const void * cookie) { in testConfigureScanMonitorAsync()
274 void BasicWifiTest::resetCurrentWifiRequest(const void *cookie, in resetCurrentWifiRequest()
/system/chre/core/include/chre/core/
Dtimer_pool.h61 const Nanoapp *nanoapp, Nanoseconds duration, const void *cookie, in setNanoappTimer()
131 const void *cookie; member
/system/netd/tests/
Dbpf_base_test.cpp106 uint64_t cookie = getSocketCookie(sock); in TEST_F() local
126 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()
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/
Dnanoapp_support_lib_dso.cc175 const void *cookie) { in chreWifiRequestRangingAsync()
194 bool chreSensorFlushAsync(uint32_t sensorHandle, const void *cookie) { in chreSensorFlushAsync()
/system/libhwbinder/
DTextOutput.cpp41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter()
/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.cpp125 [this](uint64_t cookie, bool was_acked) { in __anonb3c3c0140202()
284 uint64_t cookie; in SendMgmtFrame() local

123