Home
last modified time | relevance | path

Searched refs:chrePalBleGetApi (Results 1 – 5 of 5) sorted by relevance

/system/chre/platform/shared/
Dpal_ble_stub.cc21 const struct chrePalBleApi *chrePalBleGetApi(uint32_t requestedApiVersion) { in chrePalBleGetApi() function
Dplatform_ble.cc49 mBleApi = chrePalBleGetApi(CHRE_PAL_BLE_API_CURRENT_VERSION); in init()
/system/chre/pal/include/chre/pal/
Dble.h292 const struct chrePalBleApi *chrePalBleGetApi(uint32_t requestedApiVersion);
/system/chre/pal/tests/src/
Dble_pal_impl_test.cc123 mApi = chrePalBleGetApi(CHRE_PAL_BLE_API_CURRENT_VERSION); in SetUp()
/system/chre/platform/linux/
Dpal_ble.cc251 const struct chrePalBleApi *chrePalBleGetApi(uint32_t requestedApiVersion) { in chrePalBleGetApi() function