/external/webrtc/sdk/objc/components/audio/ |
D | RTCAudioSession.h | 221 - (BOOL)setActive:(BOOL)active error:(NSError **)outError; 229 error:(NSError **)outError; 230 - (BOOL)setMode:(NSString *)mode error:(NSError **)outError; 231 - (BOOL)setInputGain:(float)gain error:(NSError **)outError; 232 - (BOOL)setPreferredSampleRate:(double)sampleRate error:(NSError **)outError; 233 - (BOOL)setPreferredIOBufferDuration:(NSTimeInterval)duration error:(NSError **)outError; 234 - (BOOL)setPreferredInputNumberOfChannels:(NSInteger)count error:(NSError **)outError; 235 - (BOOL)setPreferredOutputNumberOfChannels:(NSInteger)count error:(NSError **)outError; 236 - (BOOL)overrideOutputAudioPort:(AVAudioSessionPortOverride)portOverride error:(NSError **)outError; 237 - (BOOL)setPreferredInput:(AVAudioSessionPortDescription *)inPort error:(NSError **)outError; [all …]
|
D | RTCAudioSession.mm | 352 error:(NSError **)outError { 353 if (![self checkLock:outError]) { 380 if (outError) { 381 *outError = error; 411 error:(NSError **)outError { 412 if (![self checkLock:outError]) { 415 return [self.session setCategory:category withOptions:options error:outError]; 418 - (BOOL)setMode:(NSString *)mode error:(NSError **)outError { 419 if (![self checkLock:outError]) { 422 return [self.session setMode:mode error:outError]; [all …]
|
D | RTCAudioSession+Private.h | 38 - (BOOL)checkLock:(NSError **)outError; 51 - (BOOL)beginWebRTCSession:(NSError **)outError; 57 - (BOOL)endWebRTCSession:(NSError **)outError; 66 - (BOOL)configureWebRTCSession:(NSError **)outError; 73 - (BOOL)unconfigureWebRTCSession:(NSError **)outError;
|
D | RTCAudioSession+Configuration.mm | 20 : (NSError **)outError { 24 error:outError]; 29 error:(NSError **)outError { 33 error:outError]; 41 error:(NSError **)outError { 43 if (outError) { 44 *outError = nil; 46 if (![self checkLock:outError]) { 172 if (outError) { 173 *outError = error;
|
/external/OpenCL-CTS/test_common/gl/ |
D | helpers.cpp | 38 ExplicitType type, GLuint *outTextureID, int *outError, in CreateGLTexture1DArray() argument 41 *outError = 0; in CreateGLTexture1DArray() 67 *outError = -1; in CreateGLTexture1DArray() 88 *outError = -1; in CreateGLTexture1DArray() 99 *outError = -2; in CreateGLTexture1DArray() 151 ExplicitType type, GLuint *outTextureID, int *outError, in CreateGLTexture2DArray() argument 154 *outError = 0; in CreateGLTexture2DArray() 208 *outError = -1; in CreateGLTexture2DArray() 214 *outError = -2; in CreateGLTexture2DArray() 268 GLuint *outTex, GLuint *outBuf, int *outError, bool allocateMem, MTdata d) in CreateGLTextureBuffer() argument [all …]
|
D | helpers.h | 265 ExplicitType type, GLuint *outTextureID, int *outError, 270 ExplicitType type, GLuint *outTextureID, int *outError, 275 ExplicitType type, GLuint *outTex, GLuint *outBuf, int *outError, 282 int *outError, bool allocateMem, MTdata d ); 288 int *outError, bool allocateMem, MTdata d ); 295 int *outError, MTdata d, bool allocateMem = true ); 302 int *outError, bool allocateMem, MTdata d, 310 int *outError, bool allocateMem, MTdata d, 331 int *outError, MTdata d, bool allocateMem );
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.cpp | 41 int *outError, bool allocateMem, MTdata d ) in CreateGLTexture2D() argument 43 *outError = 0; in CreateGLTexture2D() 54 *outError = -1; in CreateGLTexture2D() 118 *outError = 0; in CreateGLTexture2D() 182 int *outError, MTdata d, bool allocateMem) in CreateGLTexture3D() argument 184 *outError = 0; in CreateGLTexture3D() 230 *outError = 0; in CreateGLTexture3D() 430 int *outError, MTdata d, bool allocateMem ) in CreateGLRenderbuffer() argument 432 …*outError = CreateGLRenderbufferRaw( width, height, attachment, rbFormat, rbType, outFramebuffer, … in CreateGLRenderbuffer() 434 if( *outError != 0 ) in CreateGLRenderbuffer() [all …]
|
D | helpers.h | 190 int *outError, bool allocateMem, MTdata d ); 197 int *outError, MTdata d, bool allocateMem = true ); 211 int *outError, MTdata d, bool allocateMem );
|
/external/skqp/src/gpu/ |
D | GrResourceAllocator.cpp | 312 bool GrResourceAllocator::assign(int* startIndex, int* stopIndex, AssignError* outError) { in assign() argument 313 SkASSERT(outError); in assign() 314 *outError = AssignError::kNoError; in assign() 348 *outError = AssignError::kFailedProxyInstantiation; in assign() 377 *outError = AssignError::kFailedProxyInstantiation; in assign() 405 *outError = AssignError::kFailedProxyInstantiation; in assign()
|
D | GrResourceAllocator.h | 77 bool assign(int* startIndex, int* stopIndex, AssignError* outError);
|
/external/llvm-project/clang/test/SemaObjC/ |
D | try-catch.m | 33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError {
|
/external/clang/test/SemaObjC/ |
D | try-catch.m | 33 - (NSDictionary *)setUpInfoForTransformKey:(NSString *)transformKey outError:(NSError **)outError {
|