HomeSort by relevance Sort by last modified time
    Searched refs:mPortHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/oboeservice/
AAudioServiceEndpointMMAP.cpp 63 result << ", port handle = " << mPortHandle;
159 &mPortHandle);
161 __func__, mMmapClient.clientUid, mMmapClient.clientPid, mPortHandle);
266 audio_port_handle_t tempHandle = mPortHandle;
269 LOG_ALWAYS_FATAL_IF(tempHandle != mPortHandle,
271 __func__, mPortHandle, tempHandle);
272 ALOGV("%s() mPortHandle = %d", __func__, mPortHandle);
287 ALOGV("%s() mPortHandle = %d", __func__, mPortHandle);
    [all...]
AAudioServiceEndpointMMAP.h 93 audio_port_handle_t mPortHandle = AUDIO_PORT_HANDLE_NONE;

Completed in 106 milliseconds