OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onNotify
(Results
1 - 12
of
12
) sorted by null
/system/bt/service/doc/
IBluetoothGattClientCallback.txt
120
void
onNotify
(in GattIdentifier characteristic_id, in byte[] value);
/frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl
39
void
onNotify
(in String address, in int handle, in byte[] value);
BluetoothGattCallbackWrapper.java
78
public void
onNotify
(String address, int handle, byte[] value) throws RemoteException {
BluetoothGatt.java
340
public void
onNotify
(String address, int handle, byte[] value) {
341
if (VDBG) Log.d(TAG, "
onNotify
() - Device=" + address + " handle=" + handle);
[
all
...]
/frameworks/wilhelm/src/android/
android_AudioSfDecoder.h
90
virtual void
onNotify
(const sp<AMessage> &msg);
android_GenericPlayer.cpp
293
onNotify
(msg);
306
onNotify
(msg);
323
onNotify
(msg);
408
void GenericPlayer::
onNotify
(const sp<AMessage> &msg) {
409
SL_LOGV("GenericPlayer::
onNotify
()");
android_GenericPlayer.h
135
virtual void
onNotify
(const sp<AMessage> &msg);
android_AudioSfDecoder.cpp
613
void AudioSfDecoder::
onNotify
(const sp<AMessage> &msg) {
639
GenericPlayer::
onNotify
(msg);
/hardware/libhardware/tests/camera2/
camera2_utils.h
150
void
onNotify
(int32_t msg_type,
camera2_utils.cpp
292
void NotifierListener::
onNotify
(int32_t msg_type,
307
me->
onNotify
(msg_type, ext1, ext2, ext3);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
809
void
onNotify
(int connId, String address, int handle,
812
if (VDBG) Log.d(TAG, "
onNotify
() - address=" + address
816
Log.w(TAG, "
onNotify
() - permission check failed!");
822
app.callback.
onNotify
(address, handle, data);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 661 milliseconds