Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 9 of 9) sorted by relevance

/system/chre/chpp/platform/linux/
Dlink.c177 static struct ChppLinkConfiguration getConfig(void *linkContext) { in getConfig() function
198 .getConfig = &getConfig,
/system/chre/chpp/test/
Dfake_link_sync_test.cpp61 struct ChppLinkConfiguration getConfig(void * /*linkContext*/) { in getConfig() function
81 .getConfig = &getConfig,
/system/chre/chpp/include/chpp/
Dlink.h150 struct ChppLinkConfiguration (*getConfig)(void *linkContext); member
/system/gsid/tests/
Dboot_tests.cpp78 auto res = weaver->getConfig([&](WeaverStatus status, const WeaverConfig& config) { in TEST()
/system/libvintf/xsd/compatibilityMatrix/api/
Dcurrent.txt75 method public java.util.List<compatibility.matrix.Config> getConfig();
85 method public java.util.List<compatibility.matrix.Config> getConfig();
/system/chre/chpp/
Dtransport.c979 context->linkApi->getConfig(context->linkContext); in chppTransportDoWork()
1080 context->linkApi->getConfig(context->linkContext).txBufferLen); in chppAppendToPendingTxPacket()
1373 CHPP_DEBUG_NOT_NULL(linkApi->getConfig); in chppTransportInit()
1383 linkApi->getConfig(linkContext); in chppTransportInit()
1715 context->linkApi->getConfig(context->linkContext); in chppRunTransportLoopback()
1796 context->linkApi->getConfig(context->linkContext); in chppTransportTxMtuSize()
1803 context->linkApi->getConfig(context->linkContext); in chppTransportRxMtuSize()
DRELEASE_NOTES.md209 - `getConfig` [added]
234 The added `getConfig` function returns the configuration `ChppLinkConfiguration` struct. The config…
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt42 method public java.util.List<hal.manifest.Kernel.Config> getConfig();
/system/nfc/src/adaptation/
DNfcAdaptation.cc326 mAidlHal->getConfig(&aidlConfigValue); in GetVendorConfigs()
331 mHal_1_1->getConfig([&configValue](NfcVendorConfigV1_1 config) { in GetVendorConfigs()