Home
last modified time | relevance | path

Searched refs:getChannel (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1477 getChannel().sendMessage(RSSI_PKTCNT_FETCH, 0, putListener(listener));
1970 private synchronized AsyncChannel getChannel() {
2012 getChannel().sendMessage(CONNECT_NETWORK, WifiConfiguration.INVALID_NETWORK_ID,
2031 getChannel().sendMessage(CONNECT_NETWORK, networkId, putListener(listener));
2054 getChannel().sendMessage(SAVE_NETWORK, 0, putListener(listener), config);
2072 getChannel().sendMessage(FORGET_NETWORK, netId, putListener(listener));
2086 getChannel().sendMessage(DISABLE_NETWORK, netId, putListener(listener));
2114 getChannel().sendMessage(START_WPS, 0, putListener(listener), config);
2125 getChannel().sendMessage(CANCEL_WPS, 0, putListener(listener));
/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp72 return mInputPublisher.getChannel()->getName().string(); in getInputChannelName()
97 int receiveFd = mInputPublisher.getChannel()->getFd(); in initialize()
107 mMessageQueue->getLooper()->removeFd(mInputPublisher.getChannel()->getFd()); in dispose()
Dandroid_view_InputEventReceiver.cpp82 return mInputConsumer.getChannel()->getName().string(); in getInputChannelName()
148 int fd = mInputConsumer.getChannel()->getFd(); in setFdEvents()
/frameworks/base/telephony/java/android/telephony/
DIccOpenLogicalChannelResponse.java78 public int getChannel() { in getChannel() method in IccOpenLogicalChannelResponse
/frameworks/base/core/java/android/bluetooth/
DBluetoothMasInstance.java92 public int getChannel() { in getChannel() method in BluetoothMasInstance
DBluetoothServerSocket.java189 public int getChannel() { in getChannel() method in BluetoothServerSocket
/frameworks/native/include/input/
DInputTransport.h200 inline sp<InputChannel> getChannel() { return mChannel; } in getChannel() function
280 inline sp<InputChannel> getChannel() { return mChannel; } in getChannel() function
/frameworks/base/graphics/java/android/graphics/
DFontFamily.java73 FileChannel fileChannel = file.getChannel(); in addFont()
DTypeface.java304 FileChannel fileChannel = file.getChannel(); in makeFamilyFromParsed()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp66 EXPECT_EQ(serverChannel.get(), mPublisher->getChannel().get()); in TEST_F()
67 EXPECT_EQ(clientChannel.get(), mConsumer->getChannel().get()); in TEST_F()
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
DMemoryMappedFile_Delegate.java105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize); in MemoryMappedFile_Delegate()
/frameworks/base/core/java/android/text/
DHyphenator.java120 FileChannel fc = f.getChannel(); in loadHyphenator()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderRaw.java114 MappedByteBuffer mbb = inputStream.getChannel().map(FileChannel.MapMode.READ_ONLY, in buildRSVolume()
DLoaderDicom.java150 mMappedByteBuffer = f.getChannel().map(MapMode.READ_ONLY, 0, mFileLen = f.length()); in read()
/frameworks/base/media/java/android/media/
DMiniThumbFile.java124 mChannel = mMiniThumbFile.getChannel(); in miniThumbDataFile()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerCCDecoder.cpp40 bool getChannel(size_t *channel) const { in getChannel() function
386 if (cc.getChannel(&channel)) { in parseMPEGCCData()
/frameworks/base/services/core/java/com/android/server/
DPersistentDataBlockService.java302 FileChannel channel = outputStream.getChannel(); in doSetOemUnlockEnabledLocked()
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1162 public int getChannel() { in getChannel() method in RadioManager.ProgramInfo
1279 if (mChannel != other.getChannel()) in equals()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java1063 return new FileSynthesisCallback(mFileOutputStream.getChannel(), this, false); in createSynthesisCallback()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28340 method public int getChannel();
39937 method public java.nio.channels.FileChannel getChannel();
39953 method public java.nio.channels.FileChannel getChannel();
40432 method public final synchronized java.nio.channels.FileChannel getChannel();
42845 method public java.nio.channels.DatagramChannel getChannel();
43204 method public java.nio.channels.ServerSocketChannel getChannel();
43235 method public java.nio.channels.SocketChannel getChannel();
/frameworks/base/api/
Dsystem-current.txt15635 method public int getChannel();
39814 method public int getChannel();
52513 method public java.nio.channels.FileChannel getChannel();
52529 method public java.nio.channels.FileChannel getChannel();
53008 method public final java.nio.channels.FileChannel getChannel();
55617 method public java.nio.channels.DatagramChannel getChannel();
55982 method public java.nio.channels.ServerSocketChannel getChannel();
56013 method public java.nio.channels.SocketChannel getChannel();
Dcurrent.txt36879 method public int getChannel();
49156 method public java.nio.channels.FileChannel getChannel();
49172 method public java.nio.channels.FileChannel getChannel();
49651 method public final java.nio.channels.FileChannel getChannel();
52260 method public java.nio.channels.DatagramChannel getChannel();
52625 method public java.nio.channels.ServerSocketChannel getChannel();
52656 method public java.nio.channels.SocketChannel getChannel();
Dtest-current.txt36956 method public int getChannel();
49236 method public java.nio.channels.FileChannel getChannel();
49252 method public java.nio.channels.FileChannel getChannel();
49731 method public final java.nio.channels.FileChannel getChannel();
52340 method public java.nio.channels.DatagramChannel getChannel();
52705 method public java.nio.channels.ServerSocketChannel getChannel();
52736 method public java.nio.channels.SocketChannel getChannel();