Home
last modified time | relevance | path

Searched refs:_cb (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp143 Return<void> AutomotiveDisplayProxyService::getDisplayIdList(getDisplayIdList_cb _cb) { in getDisplayIdList() argument
154 _cb(ids); in getDisplayIdList()
159 Return<void> AutomotiveDisplayProxyService::getDisplayInfo(uint64_t id, getDisplayInfo_cb _cb) { in getDisplayInfo() argument
189 _cb(activeConfig, activeState); in getDisplayInfo()
/frameworks/native/services/automotive/display/include/
DAutomotiveDisplayProxyService.h51 Return<void> getDisplayIdList(getDisplayIdList_cb _cb) override;
52 Return<void> getDisplayInfo(uint64_t, getDisplayInfo_cb _cb) override;
/frameworks/base/native/android/
Dstorage_manager.cpp51 ObbCallback(int32_t _nonce, AStorageManager_obbCallbackFunc _cb, void* _data) in ObbCallback() argument
53 , cb(_cb) in ObbCallback()
/frameworks/native/cmds/lshal/
Dtest.cpp118 #define MOCK_METHOD_CB(name) MOCK_METHOD1(name, R<void>(IServiceManager::name##_cb))