Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/minradio/libminradio/include/libminradio/sim/
DAppManager.h48 ::aidl::android::hardware::radio::sim::IccIoResult commandManageChannel(int32_t p1, int32_t p2);
/hardware/interfaces/radio/aidl/minradio/libminradio/sim/
DAppManager.cpp143 return commandManageChannel(message.p1, message.p2); in transmit()
161 aidl::IccIoResult AppManager::commandManageChannel(int32_t operation, int32_t channelId) { in commandManageChannel() function in android::hardware::radio::minimal::sim::AppManager