Home
last modified time | relevance | path

Searched defs:gid (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/Uwb/framework/java/android/uwb/
DIUwbVendorUciCallback.aidl21 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived()
22 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
DUwbVendorUciCallbackListener.java80 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/
DINfcVendorNciCallback.aidl22 void onVendorResponseReceived(int gid, int oid, in byte[] payload); in onVendorResponseReceived()
23 void onVendorNotificationReceived(int gid, int oid, in byte[] payload); in onVendorNotificationReceived()
DNfcVendorNciCallbackListener.java111 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/
DNfcVendorNciResponse.java23 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/
DUwbVendorUciResponse.java24 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/
DUwbServiceCore.java105 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()
DIUwbServiceListener.java66 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
/packages/modules/adb/libs/libadbd_fs/
Dadbd_fs.cpp22 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/
DFileUtils.java68 public int gid; field in FileUtils.FileStatus
123 public native static String getGroupName(int gid); in getGroupName()
/packages/modules/adb/daemon/
Dfile_sync_service.cpp116 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/
Dhal_fakes.cc36 void FakeHal::SimulatePacketArrival(uint8_t mt, uint8_t pbf, uint8_t gid, in SimulatePacketArrival()
/packages/services/Car/cpp/evs/v4l2_hal/hidl/
DConfigManager.h177 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java521 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/
Dbpf_helpers.h374 #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
Dbpf_map_def.h166 unsigned int gid; // gid_t member
222 unsigned int gid; member
/packages/modules/Connectivity/bpf/headers/include/
Dbpf_map_def.h174 unsigned int gid; // gid_t member
230 unsigned int gid; member
Dbpf_helpers.h406 #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/
DINativeUwbManager.java128 void onVendorUciNotificationReceived(int gid, int oid, byte[] payload); in onVendorUciNotificationReceived()
DNativeUwbManager.java127 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/
DConfigManager.h181 std::unique_ptr<CameraGroupInfo>& getCameraGroupInfo(const std::string& gid) { in getCameraGroupInfo()
/packages/modules/Nfc/tests/cts/tests/src/android/nfc/cts/
DNfcAdapterTest.java568 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/
Dfile_sync_protocol.h63 uint32_t gid; member
86 uint32_t gid; member
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DThreshold.java60 private Threshold(int tid, int gid, Threshold t) { in Threshold()
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.cc259 uint8_t gid = packet.gid(); in DoPacket() local

12