Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp101 struct OemHookImpl;
105 sp<OemHookImpl> oemHookService[SIM_COUNT];
112 sp<OemHookImpl> oemHookService[1];
697 struct OemHookImpl : public IOemHook { struct
4787 Return<void> OemHookImpl::setResponseFunctions( in setResponseFunctions()
4808 Return<void> OemHookImpl::sendRequestRaw(int32_t serial, const hidl_vec<uint8_t>& data) { in sendRequestRaw()
4816 Return<void> OemHookImpl::sendRequestStrings(int32_t serial, in sendRequestStrings()
13517 oemHookService[i] = new OemHookImpl; in registerService()