/packages/modules/Uwb/framework/java/android/uwb/ |
D | IUwbVendorUciCallback.aidl | 21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived() 22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
|
D | UwbVendorUciCallbackListener.java | 80 public void onVendorResponseReceived(int gid, int oid, @NonNull byte[] payload) in onVendorResponseReceived() 98 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived()
|
/packages/modules/Nfc/framework/java/android/nfc/ |
D | INfcVendorNciCallback.aidl | 22 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived() 23 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
|
D | NfcVendorNciCallbackListener.java | 111 public void onVendorResponseReceived(int gid, int oid, @NonNull byte[] payload) in onVendorResponseReceived() 129 public void onVendorNotificationReceived(int gid, int oid, @NonNull byte[] payload) in onVendorNotificationReceived()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | NfcVendorNciResponse.java | 23 public int gid; field in NfcVendorNciResponse 26 public NfcVendorNciResponse(byte status, int gid, int oid, byte[] payload) { in NfcVendorNciResponse()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
D | UwbVendorUciResponse.java | 24 public int gid; field in UwbVendorUciResponse 27 public UwbVendorUciResponse(byte status, int gid, int oid, byte[] payload) { in UwbVendorUciResponse()
|
/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/ |
D | UwbServiceCore.java | 105 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 231 public UwbVendorUciResponse sendVendorCommand(int gid, int oid, byte[] payload) { in sendVendorCommand() 270 private native UwbVendorUciResponse nativeSendVendorCmd(int gid, int oid, byte[] payload); in nativeSendVendorCmd()
|
D | IUwbServiceListener.java | 66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
/packages/modules/adb/libs/libadbd_fs/ |
D | adbd_fs.cpp | 22 void adbd_fs_config(const char* path, int dir, const char* target_out_path, uid_t* uid, gid_t* gid, in adbd_fs_config()
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | FileUtils.java | 68 public int gid; field in FileUtils.FileStatus 123 public native static String getGroupName(int gid); in getGroupName()
|
/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 116 gid_t gid = -1; in secure_mkdirs() local 355 gid_t gid, uint64_t capabilities, mode_t mode, in handle_send_file() 538 gid_t gid = -1; in send_impl() local
|
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/fakes/ |
D | hal_fakes.cc | 36 void FakeHal::SimulatePacketArrival(uint8_t mt, uint8_t pbf, uint8_t gid, in SimulatePacketArrival()
|
/packages/services/Car/cpp/evs/v4l2_hal/hidl/ |
D | ConfigManager.h | 177 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
|
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/ |
D | UwbManagerTest.java | 521 public int gid; field in UwbManagerTest.UwbVendorUciCallback 533 public void onVendorUciResponse(int gid, int oid, byte[] payload) { in onVendorUciResponse() 541 public void onVendorUciNotification(int gid, int oid, byte[] payload) { in onVendorUciNotification() 1839 int gid = 9; in testSendVendorUciMessageVendorGid() local 1873 int gid = 1; in testSendVendorUciMessageFiraGid() local 1907 int gid = 9; in testSendVendorUciMessageWithFragmentedPackets() local 1942 int gid = 9; in testSendVendorUciMessageWithMessageType() local
|
/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
D | bpf_map_def.h | 166 unsigned int gid; // gid_t member 222 unsigned int gid; member
|
/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_map_def.h | 174 unsigned int gid; // gid_t member 230 unsigned int gid; member
|
D | bpf_helpers.h | 406 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 410 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 414 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 418 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/ |
D | INativeUwbManager.java | 128 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
|
D | NativeUwbManager.java | 127 public void onVendorUciNotificationReceived(int gid, int oid, byte[] payload) { in onVendorUciNotificationReceived() 478 public UwbVendorUciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload, in sendRawVendorCmd() 679 private native UwbVendorUciResponse nativeSendRawVendorCmd(int mt, int gid, int oid, in nativeSendRawVendorCmd()
|
/packages/services/Car/cpp/evs/v4l2_hal/aidl/include/ |
D | ConfigManager.h | 181 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
|
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/ |
D | NfcAdapterTest.java | 568 int gid = 0xF; in testSendVendorCmd() local 1155 public int gid; field in NfcAdapterTest.NfcVendorNciCallback 1165 public void onVendorNciResponse(int gid, int oid, byte[] payload) { in onVendorNciResponse() 1173 public void onVendorNciNotification(int gid, int oid, byte[] payload) { in onVendorNciNotification()
|
/packages/modules/adb/ |
D | file_sync_protocol.h | 63 uint32_t gid; member 86 uint32_t gid; member
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | Threshold.java | 60 private Threshold(int tid, int gid, Threshold t) { in Threshold()
|
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/ |
D | nfc_integration_fuzzer_impl.cc | 259 uint8_t gid = packet.gid(); in DoPacket() local
|