Searched refs:instanceId (Results 1 - 25 of 29) sorted by relevance

12

/external/guice/core/test/com/google/inject/
H A DEagerSingletonTest.java73 int instanceId = instanceCount++; field in class:EagerSingletonTest.A
83 int instanceId = instanceCount++; field in class:EagerSingletonTest.B
89 int instanceId = instanceCount++; field in class:EagerSingletonTest.C
H A DScopesTest.java456 final int instanceId = nextInstanceId++; field in class:ScopesTest.AnnotatedSingleton
461 final int instanceId = nextInstanceId++; field in class:ScopesTest.BoundAsSingleton
466 final int instanceId = nextInstanceId++; field in class:ScopesTest.EagerSingleton
474 final int instanceId = nextInstanceId++; field in class:ScopesTest.RealLinkedSingleton
484 final int instanceId = nextInstanceId++; field in class:ScopesTest.JustInTimeSingleton
489 final int instanceId = nextInstanceId++; field in class:ScopesTest.NotASingleton
503 final int instanceId = nextInstanceId++; field in class:ScopesTest.ProvidedBySingleton
508 final int instanceId = nextInstanceId++; field in class:ScopesTest.Implementation
779 final int instanceId = nextInstanceId++; field in class:ScopesTest.ThrowingSingleton
782 if (instanceId
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dstatistics.h29 Statistics(uint32_t instanceId);
H A Dstatistics.cc23 Statistics::Statistics(uint32_t instanceId) : argument
25 _instanceId(instanceId),
H A Doutput_mixer.h38 static int32_t Create(OutputMixer*& mixer, uint32_t instanceId);
104 OutputMixer(uint32_t instanceId);
H A Doutput_mixer.cc79 OutputMixer::Create(OutputMixer*& mixer, uint32_t instanceId) argument
81 WEBRTC_TRACE(kTraceMemory, kTraceVoice, instanceId,
82 "OutputMixer::Create(instanceId=%d)", instanceId);
83 mixer = new OutputMixer(instanceId);
86 WEBRTC_TRACE(kTraceMemory, kTraceVoice, instanceId,
94 OutputMixer::OutputMixer(uint32_t instanceId) : argument
97 _mixerModule(*AudioConferenceMixer::Create(instanceId)),
99 _dtmfGenerator(instanceId),
100 _instanceId(instanceId),
[all...]
H A Dtransmit_mixer.h42 static int32_t Create(TransmitMixer*& mixer, uint32_t instanceId);
169 TransmitMixer(uint32_t instanceId);
H A Dtransmit_mixer.cc153 TransmitMixer::Create(TransmitMixer*& mixer, uint32_t instanceId) argument
155 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId, -1),
156 "TransmitMixer::Create(instanceId=%d)", instanceId);
157 mixer = new TransmitMixer(instanceId);
160 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId, -1),
178 TransmitMixer::TransmitMixer(uint32_t instanceId) : argument
189 _filePlayerId(instanceId + 1024),
190 _fileRecorderId(instanceId + 1025),
191 _fileCallRecorderId(instanceId
[all...]
H A Dchannel.cc722 uint32_t instanceId,
725 WEBRTC_TRACE(kTraceMemory, kTraceVoice, VoEId(instanceId,channelId),
726 "Channel::CreateChannel(channelId=%d, instanceId=%d)",
727 channelId, instanceId);
729 channel = new Channel(channelId, instanceId, event_log, config);
733 VoEId(instanceId,channelId),
803 uint32_t instanceId,
810 _instanceId(instanceId),
832 _inputFilePlayerId(VoEModuleId(instanceId, channelId) + 1024),
833 _outputFilePlayerId(VoEModuleId(instanceId, channelI
720 CreateChannel(Channel*& channel, int32_t channelId, uint32_t instanceId, RtcEventLog* const event_log, const Config& config) argument
802 Channel(int32_t channelId, uint32_t instanceId, RtcEventLog* const event_log, const Config& config) argument
[all...]
H A Dchannel.h178 uint32_t instanceId,
182 uint32_t instanceId,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DGattServerFacade.java199 * gattServerIndex, bluetoothDeviceIndex, instanceId, confirm)} instead.
254 @RpcParameter(name = "instanceId") Integer instanceId,
275 if (mGattChar.getInstanceId() == instanceId) {
276 Log.i("Found Characteristic to get value. instanceId: "
277 + Integer.toString(instanceId)
483 * @return Integer instanceId
486 @Rpc(description = "Get instanceId of the input characteristic")
583 * instanceId, value)} instead.
608 @RpcParameter(name = "instanceId") Intege
251 gattServerNotifyCharacteristicChangedByInstanceId( @pcParametername = �) Integer gattServerIndex, @RpcParameter(name = �) Integer bluetoothDeviceIndex, @RpcParameter(name = �) Integer instanceId, @RpcParameter(name = �) Boolean confirm) argument
607 gattServerCharacteristicSetValueByInstanceId( @pcParametername = �) Integer instanceId, @RpcParameter(name = �) byte[] value) argument
661 gattServerGetReadValueByInstanceId( @pcParametername = �) Integer instanceId) argument
692 gattServerSetByteArrayValueByInstanceId( @pcParametername = �) Integer instanceId, @RpcParameter(name = �) byte[] value) argument
724 gattServerServiceSetInstanceId( @pcParametername = �) Integer serviceIndex, @RpcParameter(name = �) Integer instanceId) argument
848 gattServerCharacteristicSetInstanceId(@pcParametername = �) Integer index, @RpcParameter(name = �) Integer instanceId) argument
866 gattServerDescriptorSetInstanceId(@pcParametername = �) Integer index, @RpcParameter(name = �) Integer instanceId) argument
[all...]
H A DGattClientFacade.java523 Log.i("Found Characteristic to read. instanceId: "
530 Log.e("Failed to find Characteristic with instanceId: " + Integer.toString(
569 Log.i("Found Descriptor to write. instanceId: "
577 Log.e("Failed to find Descriptor with instanceId: " + Integer.toString(
614 Log.i("Found Characteristic to write. instanceId: "
621 Log.e("Failed to find Characteristic with instanceId: " + Integer.toString(
658 Log.i("Found Characteristic to write. instanceId: "
670 Log.e("Failed to find Characteristic with instanceId: " + Integer.toString(
685 @Rpc(description = "Writes a Characteristic with an invalid instanceId to each service.")
689 @RpcParameter(name = "instanceId") Intege
686 gattClientWriteInvalidCharacteristicByInstanceId( @pcParametername = �) Integer gattIndex, @RpcParameter(name = �) Integer discoveredServiceListIndex, @RpcParameter(name = �) Integer instanceId, @RpcParameter(name = �) byte[] value) argument
857 gattClientWriteInvalidDescriptorByInstanceId( @pcParametername = �) Integer gattIndex, @RpcParameter(name = �) Integer discoveredServiceListIndex, @RpcParameter(name = �) Integer instanceId, @RpcParameter(name = �) byte[] value) argument
1414 gattClientReadInvalidCharacteristicInstanceId( @pcParametername = �) Integer gattIndex, @RpcParameter(name = �) Integer discoveredServiceListIndex, @RpcParameter(name = �) Integer serviceIndex, @RpcParameter(name = �) Integer instanceId) argument
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h86 GLenum prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *outAttribs, GLsizei instanceId);
H A DVertexDataManager.cpp112 GLenum VertexDataManager::prepareVertexData(GLint start, GLsizei count, TranslatedAttribute *translated, GLsizei instanceId) argument
152 GLint firstVertexIndex = isInstanced ? instanceId / attrib.mDivisor : start;
H A DContext.h709 GLenum applyVertexBuffer(GLint base, GLint first, GLsizei count, GLsizei instanceId);
H A DContext.cpp3026 GLenum Context::applyVertexBuffer(GLint base, GLint first, GLsizei count, GLsizei instanceId) argument
3030 GLenum err = mVertexDataManager->prepareVertexData(first, count, attributes, instanceId);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_compiler.c92 if (info->io.instanceId < info->numSysVals)
93 info->sv[info->io.instanceId].slot[0] = n++;
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h170 uint8_t instanceId; /* system value index of InstanceID */ member in struct:nv50_ir_prog_info::__anon16280
H A Dnv50_ir.cpp1184 info->io.instanceId = 0xff;
H A Dnv50_ir_from_tgsi.cpp1313 info->io.instanceId = first;
/external/guice/core/test/com/googlecode/guice/
H A DJsr330Test.java436 int instanceId = nextInstanceId++; field in class:Jsr330Test.J
441 int instanceId = nextInstanceId++; field in class:Jsr330Test.K
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c88 if (info->io.instanceId < info->numSysVals)
89 info->sv[info->io.instanceId].slot[0] = n++;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 598 milliseconds

12