Searched refs:checkInputsForDevice (Results 1 – 4 of 4) sorted by relevance
37 using AudioPolicyManager::checkInputsForDevice;
1220 mManager->checkInputsForDevice(device, AUDIO_POLICY_DEVICE_STATE_AVAILABLE)); in TEST_F()
684 status_t checkInputsForDevice(const sp<DeviceDescriptor>& device,
402 if (checkInputsForDevice(device, state) != NO_ERROR) { in setDeviceConnectionStateInt()431 checkInputsForDevice(device, state); in setDeviceConnectionStateInt()6879 status_t AudioPolicyManager::checkInputsForDevice(const sp<DeviceDescriptor>& device, in checkInputsForDevice() function in android::AudioPolicyManager