Lines Matching refs:oemHookService
80 sp<OemHookImpl> oemHookService[SIM_COUNT]; variable
87 sp<OemHookImpl> oemHookService[1]; variable
782 oemHookService[slotId]->mOemHookResponse = NULL; in checkReturnStatus()
783 oemHookService[slotId]->mOemHookIndication = NULL; in checkReturnStatus()
6796 if (oemHookService[slotId]->mOemHookResponse != NULL) { in sendRequestRawResponse()
6807 Return<void> retStatus = oemHookService[slotId]->mOemHookResponse-> in sendRequestRawResponse()
6827 if (oemHookService[slotId]->mOemHookResponse != NULL) { in sendRequestStringsResponse()
6844 = oemHookService[slotId]->mOemHookResponse->sendRequestStringsResponse( in sendRequestStringsResponse()
8545 if (oemHookService[slotId] != NULL && oemHookService[slotId]->mOemHookIndication != NULL) { in oemHookRawInd()
8556 Return<void> retStatus = oemHookService[slotId]->mOemHookIndication->oemHookRaw( in oemHookRawInd()
8602 oemHookService[i] = new OemHookImpl; in registerService()
8603 oemHookService[i]->mSlotId = i; in registerService()
8604 status = oemHookService[i]->registerAsService(serviceNames[i]); in registerService()