Searched refs:mInService (Results 1 – 8 of 8) sorted by relevance
36 mInService(parcelable.inService) { in AAudioStreamRequest()44 result.inService = mInService; in parcelable()55 ALOGD("mInService = %d", mInService); in dump()
64 return mInService; in isInService()68 mInService = inService; in setInService()82 bool mInService = false; // Stream opened by AAudioservice variable
50 , mInService(inService) { in AAudioServiceStreamMMAP()88 if (!mInService && result == AAUDIO_OK) { in startDevice()102 if (!mInService) { in pause_l()114 if (!mInService) { in stop_l()
95 bool mInService = false;
139 bool isInService() const { return mInService; } in isInService()164 bool mInService = false; // Is this running in the client or the service? variable
36 #define LOG_TAG (mInService ? "AudioStreamInternalCapture_Service" \
52 #define LOG_TAG (mInService ? "AudioStreamInternal_Service" : "AudioStreamInternal_Client")69 , mInService(inService) in AudioStreamInternal()156 if (!mInService) { in open()
33 #define LOG_TAG (mInService ? "AudioStreamInternalPlay_Service" \