Searched refs:sessionHandle (Results 1 – 4 of 4) sorted by relevance
7211 uint32_t sessionHandle; member
8551 int32_t sessionHandle; member
538 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle);3387 Return<void> RadioImpl_1_6::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() argument3391 dispatchInts(serial, mSlotId, RIL_REQUEST_STOP_KEEPALIVE, 1, sessionHandle); in stopKeepalive()9967 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()
4372 resp.sessionHandle = __sync_fetch_and_add(&s_session_handle, 1);5171 int sessionHandle = *(int*)(data); local5172 if ((int32_t)sessionHandle < s_session_handle) {