Home | History | Annotate | Download | only in oboeservice

Lines Matching refs:mPortHandle

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);
288 return stopClient(mPortHandle);