OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
66
enum
STREAM_TYPE
{
80
uint32_t
stream_type
;
member in struct:vol_listener_context_s
213
// dump
stream_type
/ Device / session_id / left / righ volume
216
context->
stream_type
== MUSIC ? "MUSIC" :
217
context->
stream_type
== RING ? "RING" :
218
context->
stream_type
== ALARM ? "ALARM" :
219
context->
stream_type
== VOICE_CALL ? "VOICE_CALL" :
220
context->
stream_type
== NOTIFICATION ? "NOTIFICATION" : "--INVALID--",
696
context->
stream_type
= itt;
738
uint32_t
stream_type
;
local
[
all
...]
Completed in 847 milliseconds