Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp445 static int gMicrophoneMute = 0; variable
540 gMicrophoneMute = ((int*)data)[0] != 0; in request_set_mute()
545 gce_ril_env->OnRequestComplete(t, RIL_E_SUCCESS, &gMicrophoneMute, in request_get_mute()
546 sizeof(gMicrophoneMute)); in request_get_mute()