/frameworks/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 150 SLresult audioRecorder_getPerformanceMode(CAudioRecorder* ar, SLuint32 *pMode) { 155 *pMode = SL_ANDROID_PERFORMANCE_LATENCY; 158 *pMode = SL_ANDROID_PERFORMANCE_LATENCY_EFFECTS; 161 *pMode = SL_ANDROID_PERFORMANCE_NONE; 164 *pMode = SL_ANDROID_PERFORMANCE_POWER_SAVING; 168 *pMode = SL_ANDROID_PERFORMANCE_LATENCY; [all...] |
AudioPlayer_to_android.cpp | 559 SLresult audioPlayer_getPerformanceMode(CAudioPlayer* ap, SLuint32 *pMode) { 564 *pMode = SL_ANDROID_PERFORMANCE_LATENCY; 567 *pMode = SL_ANDROID_PERFORMANCE_LATENCY_EFFECTS; 570 *pMode = SL_ANDROID_PERFORMANCE_NONE; 573 *pMode = SL_ANDROID_PERFORMANCE_POWER_SAVING; 577 *pMode = SL_ANDROID_PERFORMANCE_LATENCY; [all...] |
/external/sqlite/dist/ |
Android.patch | 120 *pMode = 0600;
|
/external/vulkan-validation-layers/loader/ |
wsi.c | [all...] |
/frameworks/compile/mclinker/include/mcld/MC/ |
InputBuilder.h | 68 FileHandle::OpenMode pMode,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
target.h | 86 standard Pmode and ptr_mode. These optimizations become invalid if
|
insn-flags.h | 329 #define HAVE_pro_epilogue_adjust_stack_si_add (Pmode == SImode) 330 #define HAVE_pro_epilogue_adjust_stack_di_add (Pmode == DImode) 331 #define HAVE_pro_epilogue_adjust_stack_si_sub (Pmode == SImode) 332 #define HAVE_pro_epilogue_adjust_stack_di_sub (Pmode == DImode) 333 #define HAVE_allocate_stack_worker_probe_si ((ix86_target_stack_probe ()) && (Pmode == SImode)) 334 #define HAVE_allocate_stack_worker_probe_di ((ix86_target_stack_probe ()) && (Pmode == DImode)) 335 #define HAVE_adjust_stack_and_probesi (Pmode == SImode) 336 #define HAVE_adjust_stack_and_probedi (Pmode == DImode) 337 #define HAVE_probe_stack_rangesi (Pmode == SImode) 338 #define HAVE_probe_stack_rangedi (Pmode == DImode [all...] |
defaults.h | 746 /* Width in bits of a pointer. Mind the value of the macro `Pmode'. */ [all...] |
machmode.h | 307 and the mode whose class is Pmode and whose size is POINTER_SIZE. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
amvideo.idl | 113 HRESULT GetCurrentMode([out] long * pMode);
|
tuner.h | [all...] |
d3d9.h | 194 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE; 195 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE; 272 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE; 273 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE; 284 STDMETHOD(EnumAdapterModesEx)(THIS_ UINT Adapter, CONST D3DDISPLAYMODEFILTER *pFilter, UINT Mode, D3DDISPLAYMODEEX* pMode) PURE; 285 STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation); 406 STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE* pMode) PURE; [all...] |
tom.h | [all...] |
d3d8.h | 142 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, UINT Mode, D3DDISPLAYMODE * pMode) PURE; 143 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE * pMode) PURE; [all...] |
adoint.h | [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriver.cpp | 661 VKAPI_ATTR VkResult VKAPI_CALL createDisplayModeKHR (VkPhysicalDevice, VkDisplayKHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDisplayModeKHR* pMode) 664 VK_NULL_RETURN((*pMode = allocateNonDispHandle<DisplayModeKHR, VkDisplayModeKHR>(display, pCreateInfo, pAllocator)));
|
vkFunctionPointerTypes.inl | 155 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateDisplayModeKHRFunc) (VkPhysicalDevice physicalDevice, VkDisplayKHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDisplayModeKHR* pMode);
|
/prebuilts/go/darwin-x86/src/go/printer/ |
printer.go | 38 // A pmode value represents the current printer mode. 39 type pmode int type 42 noExtraBlank pmode = 1 << iota // disables extra blank after /*-style comment 61 mode pmode // current printer mode 861 case pmode: [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
printer.go | 38 // A pmode value represents the current printer mode. 39 type pmode int type 42 noExtraBlank pmode = 1 << iota // disables extra blank after /*-style comment 61 mode pmode // current printer mode 861 case pmode: [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
i386.h | [all...] |
cygming.h | 376 gen_rtx_SYMBOL_REF (Pmode, "_monstartup")), \
|
/external/libpcap/ |
pcap-dos.c | 5 * pcap-dos.c: Interface to PKTDRVR, NDIS2 and 32-bit pmode 1201 * Search & probe for supported 32-bit (pmode) pcap devices [all...] |
/external/opencv3/3rdparty/include/dshow/ |
strmif.h | [all...] |
/development/ndk/platforms/android-14/include/OMXAL/ |
OpenMAXAL.h | [all...] |
/frameworks/wilhelm/include/OMXAL/ |
OpenMAXAL.h | [all...] |