/frameworks/av/media/libmedia/ |
D | SoundPool.cpp | 93 void SoundPool::addToRestartList(SoundChannel* channel) in addToRestartList() 102 void SoundPool::addToStopList(SoundChannel* channel) in addToStopList() 126 SoundChannel* channel; in run() local 141 SoundChannel* channel; in run() local 243 SoundChannel* channel; in play() local 279 SoundChannel* channel = NULL; in allocateChannel_l() local 305 void SoundPool::moveToFront_l(SoundChannel* channel) in moveToFront_l() 320 SoundChannel* channel = findChannel(channelID); in pause() local 331 SoundChannel* channel = &mChannelPool[i]; in autoPause() local 340 SoundChannel* channel = findChannel(channelID); in resume() local [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IMIDIMuteSolo.c | 22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelMute() 45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelMute() 65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_SetChannelSolo() 88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel, in IMIDIMuteSolo_GetChannelSolo()
|
D | IOutputMixExt.c | 214 unsigned channel; in IOutputMixExt_FillBuffer() local 445 unsigned channel; in audioPlayerGainUpdate() local
|
/frameworks/base/core/java/android/net/ |
D | MobileDataStateTracker.java | 572 final AsyncChannel channel = mDataConnectionTrackerAc; in setInternalDataEnable() local 583 final AsyncChannel channel = mDataConnectionTrackerAc; in setUserDataEnable() local 595 final AsyncChannel channel = mDataConnectionTrackerAc; in setPolicyDataEnable() local 610 final AsyncChannel channel = mDataConnectionTrackerAc; in setEnableFailFastMobileData() local 640 final AsyncChannel channel = mDataConnectionTrackerAc; in enableMobileProvisioning() local
|
/frameworks/base/core/java/com/android/internal/view/ |
D | InputBindResult.java | 38 public final InputChannel channel; field in InputBindResult
|
D | IInputMethod.aidl | 45 void createSession(in InputChannel channel, IInputSessionCallback callback); in createSession()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothSocket.java | 320 int channel = readInt(mSocketIS); in connect() local 371 int channel = readInt(mSocketIS); in bindListen() local 491 int channel = bb.getInt(); in waitSocketSignal() local
|
D | BluetoothDevice.java | 1069 public BluetoothSocket createRfcommSocket(int channel) throws IOException { in createRfcommSocket()
|
D | BluetoothAdapter.java | 1119 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { in listenUsingRfcommOn()
|
/frameworks/native/libs/gui/ |
D | IDisplayEventConnection.cpp | 79 sp<BitTube> channel(getDataChannel()); in onTransact() local
|
D | ISensorEventConnection.cpp | 98 sp<BitTube> channel(getSensorChannel()); in onTransact() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 86 InputMethodSessionCallbackWrapper(Context context, InputChannel channel, in InputMethodSessionCallbackWrapper() 272 public void createSession(InputChannel channel, IInputSessionCallback callback) { in createSession()
|
D | IInputMethodSessionWrapper.java | 61 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper()
|
/frameworks/wilhelm/src/android/util/ |
D | AacAdtsExtractor.cpp | 106 uint8_t profile, sf_index, channel, header[2]; in AacAdtsExtractor() local
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | colorspace.cpp | 30 uint8 channel[4]; member
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiStateMachine.java | 835 public boolean syncPingSupplicant(AsyncChannel channel) { in syncPingSupplicant() 1409 public int syncAddOrUpdateNetwork(AsyncChannel channel, WifiConfiguration config) { in syncAddOrUpdateNetwork() 1416 public List<WifiConfiguration> syncGetConfiguredNetworks(AsyncChannel channel) { in syncGetConfiguredNetworks() 1428 public boolean syncRemoveNetwork(AsyncChannel channel, int networkId) { in syncRemoveNetwork() 1442 public boolean syncEnableNetwork(AsyncChannel channel, int netId, boolean disableOthers) { in syncEnableNetwork() 1456 public boolean syncDisableNetwork(AsyncChannel channel, int netId) { in syncDisableNetwork() 1601 public boolean syncSaveConfig(AsyncChannel channel) { in syncSaveConfig()
|
/frameworks/av/media/libstagefright/ |
D | AACExtractor.cpp | 155 uint8_t profile, sf_index, channel, header[2]; in AACExtractor() local
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 231 InputPublisher::InputPublisher(const sp<InputChannel>& channel) : in InputPublisher() 369 InputConsumer::InputConsumer(const sp<InputChannel>& channel) : in InputConsumer()
|
/frameworks/base/services/java/com/android/server/ |
D | InputMethodManagerService.java | 208 InputChannel channel; field in InputMethodManagerService.SessionState 571 InputChannel channel) { in MethodCallback() 1281 InputChannel channel) { in onSessionCreated() 2401 InputChannel channel = (InputChannel)args.arg2; in handleMessage() local
|
/frameworks/base/media/java/android/media/ |
D | JetPlayer.java | 507 short segment, byte track, byte channel, byte controller, byte value); in onJetEvent()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 245 inline uint8_t chooseColorRgba8888(int blockX, int blockY, uint8_t channel) { in chooseColorRgba8888()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | WifiDisplaySource.cpp | 445 int32_t channel; in onMessageReceived() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 724 void setInputChannelLocked(InputChannel channel) { in setInputChannelLocked()
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 2174 const sp<InputChannel>& channel, const CancelationOptions& options) { in synthesizeCancelationEventsForInputChannelLocked() 3154 const sp<InputChannel>& channel = mMonitoringChannels[i]; in dumpDispatchStateLocked() local
|