OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForStreamFocus
(Results
1 - 4
of
4
) sorted by null
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/include/
VehicleNetworkAudioHelper.h
58
bool
waitForStreamFocus
(int32_t stream, nsecs_t waitTimeNs);
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
vehicle-network-audio-helper-for-c.cpp
86
if (helperObj->
waitForStreamFocus
(stream, waitTimeNs)) {
VehicleNetworkAudioHelper.cpp
182
bool VehicleNetworkAudioHelper::
waitForStreamFocus
(int32_t stream, nsecs_t waitTimeNs) {
183
LOGD("
waitForStreamFocus
");
189
LOGD("
waitForStreamFocus
, has focus");
199
LOGD("
waitForStreamFocus
, no focus");
/packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleNetworkAudioHelperTest.cpp
191
ASSERT_TRUE(mAudioHelper->
waitForStreamFocus
(VEHICLE_NETWORK_AUDIO_HELPER_STREAM_0,
193
ASSERT_FALSE(mAudioHelper->
waitForStreamFocus
(VEHICLE_NETWORK_AUDIO_HELPER_STREAM_1,
200
ASSERT_TRUE(mAudioHelper->
waitForStreamFocus
(VEHICLE_NETWORK_AUDIO_HELPER_STREAM_0,
202
ASSERT_TRUE(mAudioHelper->
waitForStreamFocus
(VEHICLE_NETWORK_AUDIO_HELPER_STREAM_1,
Completed in 53 milliseconds