Searched refs:callId (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 675 Return<void> startHandover(int32_t serial, int32_t callId); 676 Return<void> cancelHandover(int32_t serial, int32_t callId); 4680 Return<void> RadioImpl_1_6::startHandover(int32_t serial, int32_t callId) { in startHandover() argument 4682 RLOGD("startHandover: serial %d, callId: %d", serial, callId); in startHandover() 4688 Return<void> RadioImpl_1_6::cancelHandover(int32_t serial, int32_t callId) { in cancelHandover() argument 4690 RLOGD("cancelHandover: serial %d, callId: %d", serial, callId); in cancelHandover()
|