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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.h 70 } STREAM_TYPE;
119 STREAM_TYPE *pStreamType) = 0;
171 STREAM_TYPE *pStreamType);
241 static FORCEINLINE HRESULT IMultiMediaStream_GetInformation(IMultiMediaStream* This,DWORD *pdwFlags,STREAM_TYPE *pStreamType) {
276 STREAM_TYPE *pStreamType);
367 STREAM_TYPE *pType) = 0;
413 STREAM_TYPE *pType);
469 static FORCEINLINE HRESULT IMediaStream_GetInformation(IMediaStream* This,MSPID *pPurposeId,STREAM_TYPE *pType) {
500 STREAM_TYPE *pType);
  /hardware/qcom/audio/post_proc/
volume_listener.c 67 enum STREAM_TYPE {
81 uint32_t stream_type; member in struct:vol_listener_context_s
214 // dump stream_type / Device / session_id / left / righ volume
217 context->stream_type == MUSIC ? "MUSIC" :
218 context->stream_type == RING ? "RING" :
219 context->stream_type == ALARM ? "ALARM" :
220 context->stream_type == VOICE_CALL ? "VOICE_CALL" :
221 context->stream_type == NOTIFICATION ? "NOTIFICATION" : "--INVALID--",
662 context->stream_type = itt;
704 uint32_t stream_type; local
    [all...]

Completed in 1105 milliseconds