Searched refs:sessionHandle (Results 1 – 6 of 6) sorted by relevance
107 * @param sessionHandle The handle that was provided by IRadioResponse.startKeepaliveResponse111 oneway stopKeepalive(int32_t serial, int32_t sessionHandle);
196 int32_t sessionHandle; // the sessionHandle provided by the api
257 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle) override;
7211 uint32_t sessionHandle; member
454 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle);2901 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() argument2910 CALL_ONREQUEST(pRI->pCI->requestNumber, &sessionHandle, sizeof(uint32_t), pRI, mSlotId); in stopKeepalive()6735 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()